aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll')
-rw-r--r--test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll b/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
index 4c7d2d0..38e9832 100644
--- a/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
+++ b/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
@@ -7,7 +7,7 @@ target triple = "msp430-unknown-linux-gnu"
define void @uip_arp_arpin() nounwind {
entry:
- %tmp = load volatile i16* @uip_len ; <i16> [#uses=1]
+ %tmp = load volatile i16, i16* @uip_len ; <i16> [#uses=1]
%cmp = icmp ult i16 %tmp, 42 ; <i1> [#uses=1]
store volatile i16 0, i16* @uip_len
br i1 %cmp, label %if.then, label %if.end