summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/XCore/XCore.h')
-rw-r--r--llvm/lib/Target/XCore/XCore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCore.h b/llvm/lib/Target/XCore/XCore.h
index 62cf4032d68..1c99d887b02 100644
--- a/llvm/lib/Target/XCore/XCore.h
+++ b/llvm/lib/Target/XCore/XCore.h
@@ -24,7 +24,7 @@ namespace llvm {
FunctionPass *createXCoreISelDag(XCoreTargetMachine &TM);
FunctionPass *createXCoreCodePrinterPass(raw_ostream &OS,
XCoreTargetMachine &TM,
- bool Fast, bool Verbose);
+ unsigned OptLevel, bool Verbose);
} // end namespace llvm;
// Defines symbolic names for XCore registers. This defines a mapping from
OpenPOWER on IntegriCloud