Pass a MemoryBufferRef when we can avoid taking ownership.
[oota-llvm.git] / include / llvm / IR / Module.h
index 1fdbf5d878b85f006a4937782333b30fedb87ff8..51d43af6365ffbaa28781314a5062748dc2aeedc 100644 (file)
@@ -483,7 +483,7 @@ public:
   /// Make sure all GlobalValues in this Module are fully read and clear the
   /// Materializer. If the module is corrupt, this DOES NOT clear the old
   /// Materializer.
-  std::error_code materializeAllPermanently(bool ReleaseBuffer = false);
+  std::error_code materializeAllPermanently();
 
 /// @}
 /// @name Direct access to the globals list, functions list, and symbol table