Freeze the reserved registers as soon as isel is complete.
[oota-llvm.git] / include / llvm / PassSupport.h
index c50c2cc184e3aebeb6eaa86ea8c2d0e90e6c518d..c6ad44f5f4ec90415030b8d310888e3eeae0ecbf 100644 (file)
@@ -126,8 +126,8 @@ public:
   }
 
 private:
-  void operator=(const PassInfo &); // do not implement
-  PassInfo(const PassInfo &);       // do not implement
+  void operator=(const PassInfo &) LLVM_DELETED_FUNCTION;
+  PassInfo(const PassInfo &) LLVM_DELETED_FUNCTION;
 };
 
 #define CALL_ONCE_INITIALIZATION(function) \