X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FSystemZ%2FSystemZ.h;h=ea5240a10c9a01775800ef79f1ad7e3706efcb5c;hb=09aa3f0ef35d9241c92439d74b8d5e9a81d814c2;hp=e6a1707725705df11a63de059e803f9aead1f758;hpb=ae46db85a946ef49f9febc3eca85b8cfad622ccb;p=oota-llvm.git diff --git a/lib/Target/SystemZ/SystemZ.h b/lib/Target/SystemZ/SystemZ.h index e6a17077257..ea5240a10c9 100644 --- a/lib/Target/SystemZ/SystemZ.h +++ b/lib/Target/SystemZ/SystemZ.h @@ -20,7 +20,7 @@ namespace llvm { class SystemZTargetMachine; class FunctionPass; - class raw_ostream; + class formatted_raw_ostream; namespace SystemZCC { // SystemZ specific condition code. These correspond to SYSTEMZ_*_COND in @@ -46,10 +46,8 @@ namespace llvm { FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel); - FunctionPass *createSystemZCodePrinterPass(raw_ostream &o, - SystemZTargetMachine &tm, - CodeGenOpt::Level OptLevel, - bool verbose); + + extern Target TheSystemZTarget; } // end namespace llvm;