aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/BlackfinRegisterInfo.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-09-23 20:57:02 +0000
committerBob Wilson <bob.wilson@apple.com>2009-09-23 20:57:02 +0000
commit959b002c4d3ee11546d7f6c750339d58edc5338f (patch)
tree25b751eabeda353d4afdf60846c12f628a7186f9 /lib/Target/Blackfin/BlackfinRegisterInfo.h
parent9f765dd0ee8837da7a454f5810364b2d2671fa5e (diff)
downloadexternal_llvm-959b002c4d3ee11546d7f6c750339d58edc5338f.zip
external_llvm-959b002c4d3ee11546d7f6c750339d58edc5338f.tar.gz
external_llvm-959b002c4d3ee11546d7f6c750339d58edc5338f.tar.bz2
Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the
default implementation. Update comment on the default version, which made it sound like most targets override it. Currently only X86 and SystemZ override this method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Blackfin/BlackfinRegisterInfo.h')
-rw-r--r--lib/Target/Blackfin/BlackfinRegisterInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Blackfin/BlackfinRegisterInfo.h b/lib/Target/Blackfin/BlackfinRegisterInfo.h
index 57aea5d..5379ca5 100644
--- a/lib/Target/Blackfin/BlackfinRegisterInfo.h
+++ b/lib/Target/Blackfin/BlackfinRegisterInfo.h
@@ -76,7 +76,6 @@ namespace llvm {
void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
unsigned getFrameRegister(MachineFunction &MF) const;
- int getFrameIndexOffset(MachineFunction &MF, int FI) const;
unsigned getRARegister() const;
// Exception handling queries.