Make LowerCallTo and LowerArguments take a DebugLoc
[oota-llvm.git] / lib / Target / Sparc / SparcISelLowering.h
index a0e3c653441ff98482d15d11a96af42d0c1e49a8..acd1b50dc8946fff463c85356cba6debf55c2800 100644 (file)
@@ -58,7 +58,8 @@ namespace llvm {
                                                 unsigned Depth = 0) const;
 
     virtual void LowerArguments(Function &F, SelectionDAG &DAG,
-                                SmallVectorImpl<SDValue> &ArgValues);
+                                SmallVectorImpl<SDValue> &ArgValues,
+                                DebugLoc dl);
     virtual MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
                                                         MachineBasicBlock *MBB);