diff options
Diffstat (limited to 'lib/Target/IA64/IA64.h')
-rw-r--r-- | lib/Target/IA64/IA64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/IA64/IA64.h b/lib/Target/IA64/IA64.h index e45aeda..afcbdaf 100644 --- a/lib/Target/IA64/IA64.h +++ b/lib/Target/IA64/IA64.h @@ -38,7 +38,7 @@ FunctionPass *createIA64BundlingPass(IA64TargetMachine &TM); /// regardless of whether the function is in SSA form. /// FunctionPass *createIA64CodePrinterPass(formatted_raw_ostream &o, - TargetMachine &tm, + IA64TargetMachine &tm, bool verbose); } // End llvm namespace |