Set the 'MadeChange' variable if we are deleting blocks.
[oota-llvm.git] / test / CodeGen / MSP430 / AddrMode-bis-xr.ll
index ca79fb6d33f366c6cc66a44e6d294e3f7bb16b57..727c29fc082bee8edd82c0af51c69cbe9052e6d3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
+; RUN: llc < %s -march=msp430 | FileCheck %s
 target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:16"
 target triple = "msp430-generic-generic"
 
@@ -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)