aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-02-12 00:02:55 +0000
committerBill Wendling <isanbard@gmail.com>2009-02-12 00:02:55 +0000
commit5b8a97b83826d1f4bc64c7b26cca787ac857cc60 (patch)
tree2b09f145bc6305c47aa7edefbbd60759ad4238fd /lib/Target/PowerPC/PPCInstrInfo.h
parent0f1ac09fd99095e2b3aac887a876467af08408de (diff)
downloadexternal_llvm-5b8a97b83826d1f4bc64c7b26cca787ac857cc60.zip
external_llvm-5b8a97b83826d1f4bc64c7b26cca787ac857cc60.tar.gz
external_llvm-5b8a97b83826d1f4bc64c7b26cca787ac857cc60.tar.bz2
Move debug loc info along when the spiller creates new instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.h b/lib/Target/PowerPC/PPCInstrInfo.h
index f190398..492634c 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.h
+++ b/lib/Target/PowerPC/PPCInstrInfo.h
@@ -69,7 +69,7 @@ class PPCInstrInfo : public TargetInstrInfoImpl {
unsigned SrcReg, bool isKill, int FrameIdx,
const TargetRegisterClass *RC,
SmallVectorImpl<MachineInstr*> &NewMIs) const;
- void LoadRegFromStackSlot(MachineFunction &MF,
+ void LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
unsigned DestReg, int FrameIdx,
const TargetRegisterClass *RC,
SmallVectorImpl<MachineInstr*> &NewMIs) const;