create the raddr addressing mode that matches any register and the frame index
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 10 Jul 2006 01:41:35 +0000 (01:41 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 10 Jul 2006 01:41:35 +0000 (01:41 +0000)
commitaefe14299a05621864e6372639f372173a96bf38
treedc12555f9e64c6e2152e92432a6284670903a918
parentf8dad7a9268ba768c6f3bf741c77e0e6f303c860
create the raddr addressing mode that matches any register and the frame index
use raddr for the ldr instruction. This removes a dummy mov from the assembly output
remove SelectFrameIndex
remove isLoadFromStackSlot
remove isStoreToStackSlot

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29079 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMRegisterInfo.cpp