diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-12-14 23:40:49 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-12-14 23:40:49 +0000 |
commit | 2af0fd3fee1f65f11ff6ca003c51ac9c640328a4 (patch) | |
tree | d1333bceffa26f9527051896cd1d98888ddc9aa6 /lib/CodeGen/MachineSink.cpp | |
parent | 257c556d85ba949a1ccff99cd7d1e58417aa6e33 (diff) |
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
Diffstat (limited to 'lib/CodeGen/MachineSink.cpp')
0 files changed, 0 insertions, 0 deletions