Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the
authorBob Wilson <bob.wilson@apple.com>
Wed, 23 Sep 2009 20:57:02 +0000 (20:57 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 23 Sep 2009 20:57:02 +0000 (20:57 +0000)
commit959b002c4d3ee11546d7f6c750339d58edc5338f
tree25b751eabeda353d4afdf60846c12f628a7186f9
parent9f765dd0ee8837da7a454f5810364b2d2671fa5e
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
lib/Target/Blackfin/BlackfinRegisterInfo.cpp
lib/Target/Blackfin/BlackfinRegisterInfo.h
lib/Target/TargetRegisterInfo.cpp