aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMBaseRegisterInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-11-22 02:32:29 +0000
committerJim Grosbach <grosbach@apple.com>2009-11-22 02:32:29 +0000
commit5902f6d18693f3a787615a98e7d3e36b8888ce62 (patch)
tree6a12028a41788d36ca9bad2bb24e6b7706213cf3 /lib/Target/ARM/ARMBaseRegisterInfo.h
parent3aa832bd08262d07a332f8f69359f5d6f8368a08 (diff)
downloadexternal_llvm-5902f6d18693f3a787615a98e7d3e36b8888ce62.zip
external_llvm-5902f6d18693f3a787615a98e7d3e36b8888ce62.tar.gz
external_llvm-5902f6d18693f3a787615a98e7d3e36b8888ce62.tar.bz2
Generate more correct debug info for frame indices.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h
index 4b267b0..2788d07 100644
--- a/lib/Target/ARM/ARMBaseRegisterInfo.h
+++ b/lib/Target/ARM/ARMBaseRegisterInfo.h
@@ -106,6 +106,9 @@ public:
// Debug information queries.
unsigned getRARegister() const;
unsigned getFrameRegister(const MachineFunction &MF) const;
+ int getFrameIndexReference(MachineFunction &MF, int FI,
+ unsigned &FrameReg) const;
+ int getFrameIndexOffset(MachineFunction &MF, int FI) const;
// Exception handling queries.
unsigned getEHExceptionRegister() const;