Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
authorBill Wendling <isanbard@gmail.com>
Tue, 14 Dec 2010 23:40:49 +0000 (23:40 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 14 Dec 2010 23:40:49 +0000 (23:40 +0000)
commit2af0fd3fee1f65f11ff6ca003c51ac9c640328a4
treed1333bceffa26f9527051896cd1d98888ddc9aa6
parent257c556d85ba949a1ccff99cd7d1e58417aa6e33
Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
particular, we want

   ldr r2, [r3]

to be equivalent to

   ldr r2, [r3, #0]

and not

   ldr r2, [r3, r0]

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