summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMRegisterInfo.h
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-02-13 02:25:56 +0000
committerDale Johannesen <dalej@apple.com>2009-02-13 02:25:56 +0000
commitb67284057ee130114055309eabe0bcd1af13777d (patch)
tree02c3b6c8d10df62899259ec63d9976c5ebec25c0 /lib/Target/ARM/ARMRegisterInfo.h
parent92c1e126473dfa93eeb4c9a124af4fedb40f0d5b (diff)
downloadllvm-b67284057ee130114055309eabe0bcd1af13777d.tar.gz
llvm-b67284057ee130114055309eabe0bcd1af13777d.tar.bz2
llvm-b67284057ee130114055309eabe0bcd1af13777d.tar.xz
Remove refs to non-DebugLoc versions of BuildMI from ARM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMRegisterInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMRegisterInfo.h b/lib/Target/ARM/ARMRegisterInfo.h
index 6876129866..db7ee5e875 100644
--- a/lib/Target/ARM/ARMRegisterInfo.h
+++ b/lib/Target/ARM/ARMRegisterInfo.h
@@ -38,7 +38,8 @@ public:
MachineBasicBlock::iterator &MBBI,
unsigned DestReg, int Val,
unsigned Pred, unsigned PredReg,
- const TargetInstrInfo *TII, bool isThumb) const;
+ const TargetInstrInfo *TII, bool isThumb,
+ DebugLoc dl) const;
/// getRegisterNumbering - Given the enum value for some register, e.g.
/// ARM::LR, return the number that it corresponds to (e.g. 14).