X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FMSP430%2F2009-05-10-CyclicDAG.ll;h=4c7d2d0925644f7c72df56161c1db67fb73eb367;hb=e12d893d7a1a823daa97e43272b73afcb2b8e438;hp=f339373ffc75ae601d9978b918cba990f0f9a595;hpb=fce288fc9134f0f1055caf0342c023225bd5c379;p=oota-llvm.git diff --git a/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll b/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll index f339373ffc7..4c7d2d09256 100644 --- a/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll +++ b/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll @@ -7,9 +7,9 @@ target triple = "msp430-unknown-linux-gnu" define void @uip_arp_arpin() nounwind { entry: - %tmp = volatile load i16* @uip_len ; [#uses=1] + %tmp = load volatile i16* @uip_len ; [#uses=1] %cmp = icmp ult i16 %tmp, 42 ; [#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