summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/IA64/IA64.h')
-rw-r--r--llvm/lib/Target/IA64/IA64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/IA64/IA64.h b/llvm/lib/Target/IA64/IA64.h
index 46c26f0a5aa..9b31e258a20 100644
--- a/llvm/lib/Target/IA64/IA64.h
+++ b/llvm/lib/Target/IA64/IA64.h
@@ -37,7 +37,7 @@ FunctionPass *createIA64BundlingPass(IA64TargetMachine &TM);
///
FunctionPass *createIA64CodePrinterPass(raw_ostream &o,
IA64TargetMachine &tm,
- unsigned OptLevel, bool verbose);
+ bool fast, bool verbose);
} // End llvm namespace
OpenPOWER on IntegriCloud