Maintain the old LTO API, by using the global context.
[oota-llvm.git] / tools / lto / LTOCodeGenerator.h
index 7b0c284d4efae2e8308b37acbbdf446628324e8a..5548050fda01d68f481405fc5dc2b6fd4d0359f8 100644 (file)
@@ -31,7 +31,7 @@ class LTOCodeGenerator {
 public:
     static const char*        getVersionString();
     
-                            LTOCodeGenerator(llvm::LLVMContext& Context);
+                            LTOCodeGenerator();
                             ~LTOCodeGenerator();
                             
     bool                addModule(class LTOModule*, std::string& errMsg);