summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Mips/Mips.h')
-rw-r--r--lib/Target/Mips/Mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips.h b/lib/Target/Mips/Mips.h
index d9faf3325cac..7553f3972f5d 100644
--- a/lib/Target/Mips/Mips.h
+++ b/lib/Target/Mips/Mips.h
@@ -32,6 +32,7 @@ namespace llvm {
FunctionPass *createMipsHazardSchedule();
FunctionPass *createMipsLongBranchPass(MipsTargetMachine &TM);
FunctionPass *createMipsConstantIslandPass();
+ FunctionPass *createMicroMipsSizeReductionPass();
} // end namespace llvm;
#endif