OSDN Git Service

Remove redundant match for frame index from imm8 addrmode, it is handled by the imm12...
authorDavid Goodwin <david_goodwin@apple.com>
Thu, 30 Jul 2009 22:45:52 +0000 (22:45 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Thu, 30 Jul 2009 22:45:52 +0000 (22:45 +0000)
commit07337c0fcf04fff3f62d3727097347f8be299c9e
tree698982cfea775f8ed956f36a561b92a813581367
parent8f652532365afed2274ec3b8513bb8faef16d2c2
Remove redundant match for frame index from imm8 addrmode, it is handled by the imm12 addrmode.

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