Add a new option to indicate we want the code generator to emit code quickly,
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.h
index 1295a599107e4b656c4e8396a9e24626d58966f5..dff48348de58165042c290b5fbf7566519211837 100644 (file)
@@ -53,7 +53,7 @@ public:
   static unsigned getModuleMatchQuality(const Module &M);
   
   virtual bool addPassesToEmitFile(PassManager &PM, std::ostream &Out,
-                                   CodeGenFileType FileType);
+                                   CodeGenFileType FileType, bool Fast);
   
   bool addPassesToEmitMachineCode(FunctionPassManager &PM,
                                   MachineCodeEmitter &MCE);