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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/Mips.h b/lib/Target/Mips/Mips.h
index c1d6fdda51..1ff34fbcc7 100644
--- a/lib/Target/Mips/Mips.h
+++ b/lib/Target/Mips/Mips.h
@@ -26,7 +26,7 @@ namespace llvm {
FunctionPass *createMipsISelDag(MipsTargetMachine &TM);
FunctionPass *createMipsDelaySlotFillerPass(MipsTargetMachine &TM);
FunctionPass *createMipsCodePrinterPass(formatted_raw_ostream &OS,
- MipsTargetMachine &TM,
+ TargetMachine &TM,
bool Verbose);
} // end namespace llvm;