Some enhancements for memcpy / memset inline expansion.
[oota-llvm.git] / include / llvm / CodeGen / RegisterPressure.h
index 604953235aef6646ea3bf8b5ab9b40ba1aa2b408..267018074677d6a0853d99396312488ad28e04c1 100644 (file)
@@ -304,7 +304,7 @@ public:
     return getDownwardPressure(MI, PressureResult, MaxPressureResult);
   }
 
-  void dump(const TargetRegisterInfo *TRI) const;
+  void dump() const;
 
 protected:
   const LiveInterval *getInterval(unsigned Reg) const;