Fix physical register liveness calculations:
[oota-llvm.git] / include / llvm / CodeGen / RegAllocPBQP.h
index bce3ec739b61f9d9fdb680cc70adda123a3ae1fd..acfc07dd31a2aba0b4999cf70702d570a58852fd 100644 (file)
@@ -109,8 +109,8 @@ namespace llvm {
   /// class to support additional constraints for your architecture.
   class PBQPBuilder {
   private:
-    PBQPBuilder(const PBQPBuilder&) {}
-    void operator=(const PBQPBuilder&) {}
+    PBQPBuilder(const PBQPBuilder&) LLVM_DELETED_FUNCTION;
+    void operator=(const PBQPBuilder&) LLVM_DELETED_FUNCTION;
   public:
 
     typedef std::set<unsigned> RegSet;