Skip to content
Commit 00adcd6e authored by Bill Wendling's avatar Bill Wendling
Browse files

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]

llvm-svn: 121808
parent 0b7ca3a6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment