]> granicus.if.org Git - llvm/commit
ARM: Use methods to access data stored with frame instructions
authorSerge Pavlov <sepavloff@gmail.com>
Wed, 19 Apr 2017 03:12:05 +0000 (03:12 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Wed, 19 Apr 2017 03:12:05 +0000 (03:12 +0000)
commit4b58a5066b10ca652e7aae475bbd054e5c5bc950
tree440493f979e1ab41449506fdc5fa4fb0621958bf
parent4bc9eb623db35f12b50ebff2f79734cde3dc16a6
ARM: Use methods to access data stored with frame instructions

In r300196 several methods were added to TarfetInstrInfo to access
data stored with call frame setup/destroy instructions. This change
replaces calls to getOperand with calls to such special methods in
ARM target.

Differential Revision: https://reviews.llvm.org/D32127

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300655 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp