eliminate the last DOUTs from the targets.
[oota-llvm.git] / lib / Target / XCore / XCore.h
index b7b86304b10e696b45eddee2c6d6d0cc596895f8..8937fbe123c64074aa6e992430f90be858b46913 100644 (file)
@@ -24,9 +24,6 @@ namespace llvm {
   class formatted_raw_ostream;
 
   FunctionPass *createXCoreISelDag(XCoreTargetMachine &TM);
-  FunctionPass *createXCoreCodePrinterPass(formatted_raw_ostream &OS,
-                                           TargetMachine &TM,
-                                           bool Verbose);
 
   extern Target TheXCoreTarget;