Don't expect tests always crashing. Add "REQUIRES:asserts".
[oota-llvm.git] / test / CodeGen / MSP430 / 2009-05-10-CyclicDAG.ll
index f339373ffc75ae601d9978b918cba990f0f9a595..4c7d2d0925644f7c72df56161c1db67fb73eb367 100644 (file)
@@ -7,9 +7,9 @@ target triple = "msp430-unknown-linux-gnu"
 
 define void @uip_arp_arpin() nounwind {
 entry:
-       %tmp = volatile load i16* @uip_len              ; <i16> [#uses=1]
+       %tmp = load volatile i16* @uip_len              ; <i16> [#uses=1]
        %cmp = icmp ult i16 %tmp, 42            ; <i1> [#uses=1]
-       volatile store i16 0, i16* @uip_len
+       store volatile i16 0, i16* @uip_len
        br i1 %cmp, label %if.then, label %if.end
 
 if.then:               ; preds = %entry