Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.
[oota-llvm.git] / include / llvm / LLVMContext.h
index 95b4eaa2941da92de8c5da2847259c2e54edac73..56a640ea11c9138ac38c3a21ba792427db82667e 100644 (file)
@@ -25,6 +25,9 @@ class LLVMContextImpl;
 /// LLVMContext itself provides no locking guarantees, so you should be careful
 /// to have one context per thread.
 class LLVMContext {
+  // DO NOT IMPLEMENT
+  LLVMContext(LLVMContext&);
+  void operator=(LLVMContext&);
 public:
   LLVMContextImpl* pImpl;
   bool RemoveDeadMetadata();