misched: Fix RegisterPressureTracker handling of DebugVals.
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index 0eb9d0e5098abeefa07a8ed3a1b162660b39a25b..025e18a9dde03502aa2bddc2f385ec95fe56ec1d 100644 (file)
@@ -127,8 +127,8 @@ class MachineFunction {
   /// about the control flow of such functions.
   bool ExposesReturnsTwice;
 
-  MachineFunction(const MachineFunction &); // DO NOT IMPLEMENT
-  void operator=(const MachineFunction&);   // DO NOT IMPLEMENT
+  MachineFunction(const MachineFunction &) LLVM_DELETED_FUNCTION;
+  void operator=(const MachineFunction&) LLVM_DELETED_FUNCTION;
 public:
   MachineFunction(const Function *Fn, const TargetMachine &TM,
                   unsigned FunctionNum, MachineModuleInfo &MMI,