diff options
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPU.h')
-rw-r--r-- | llvm/lib/Target/CellSPU/SPU.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPU.h b/llvm/lib/Target/CellSPU/SPU.h index f76fc82e280..02623486dc7 100644 --- a/llvm/lib/Target/CellSPU/SPU.h +++ b/llvm/lib/Target/CellSPU/SPU.h @@ -25,7 +25,7 @@ namespace llvm { FunctionPass *createSPUISelDag(SPUTargetMachine &TM); FunctionPass *createSPUAsmPrinterPass(formatted_raw_ostream &o, - TargetMachine &tm, + SPUTargetMachine &tm, bool verbose); /*--== Utility functions/predicates/etc used all over the place: --==*/ |