Set the 'MadeChange' variable if we are deleting blocks.
[oota-llvm.git] / test / CodeGen / MSP430 / AddrMode-bis-xr.ll
index 3baf332664af3bf0bf5a4ee63db42d5134fbe80e..727c29fc082bee8edd82c0af51c69cbe9052e6d3 100644 (file)
@@ -32,12 +32,12 @@ define void @am3(i16 %i, i8 %x) nounwind {
        ret void
 }
 ; CHECK: am3:
-; CHECK:               bis.b   r14, &bar(r15)
+; CHECK:               bis.b   r14, bar(r15)
 
 define void @am4(i16 %x) nounwind {
-       %1 = volatile load i16* inttoptr(i16 32 to i16*)
+       %1 = load volatile i16* inttoptr(i16 32 to i16*)
        %2 = or i16 %x, %1
-       volatile store i16 %2, i16* inttoptr(i16 32 to i16*)
+       store volatile i16 %2, i16* inttoptr(i16 32 to i16*)
        ret void
 }
 ; CHECK: am4:
@@ -77,5 +77,5 @@ define void @am7(i16 %n, i8 %x) nounwind {
        ret void
 }
 ; CHECK: am7:
-; CHECK:               bis.b   r14, &duh+2(r15)
+; CHECK:               bis.b   r14, duh+2(r15)