Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns."
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index abeaa4f58d3d2e19fdc10d6da1ad25e4fcd118b8..f56c053e4708f73659829afe470ceb5d6284027c 100644 (file)
@@ -281,7 +281,7 @@ public:
 
   /// addLiveIn - Add the specified physical register as a live-in value and
   /// create a corresponding virtual register for it.
-  unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC, DebugLoc DL);
+  unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
 
   //===--------------------------------------------------------------------===//
   // BasicBlock accessor functions.