Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
[oota-llvm.git] / lib / Target / CBackend / CTargetMachine.h
index a17df0502576007e5afbb16832fb340cd9f5ef0b..a851486a205e775ea6c42c59151fe54fdbe6f39c 100644 (file)
@@ -27,7 +27,8 @@ struct CTargetMachine : public TargetMachine {
 
   virtual bool WantsWholeFile() const { return true; }
   virtual bool addPassesToEmitWholeFile(PassManager &PM, raw_ostream &Out,
-                                        CodeGenFileType FileType, bool Fast);
+                                        CodeGenFileType FileType,
+                                        unsigned OptLevel);
 
   // This class always works, but must be requested explicitly on 
   // llc command line.