Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / shifter_operand.ll
index 897fb1af01cf59b2676764f172011d196e0a6b68..01e3a922f65681cd0fa8f2612023c4d5b74282d3 100644 (file)
@@ -36,8 +36,8 @@ entry:
 
 ; lsl #2 is free
 ; A9: test3:
-; A9: ldr r1, [r1, r2, lsl #2]
 ; A9: ldr r0, [r0, r2, lsl #2]
+; A9: ldr r1, [r1, r2, lsl #2]
         %tmp1 = shl i32 %offset, 2
         %tmp2 = add i32 %base, %tmp1
         %tmp3 = inttoptr i32 %tmp2 to i32*