X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FARM%2F2010-03-04-stm-undef-addr.ll;h=a1923ec2c3e08d8c46e0d98c877142fb9035648c;hb=8927f6cd0f8d7614e8682a2da08f0a9769be9603;hp=1bc58f487041691a0c57aecb1291425d05b10ed2;hpb=198d8baafbfdfcf5a5e219602a5d94ed263973b4;p=oota-llvm.git diff --git a/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll b/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll index 1bc58f48704..a1923ec2c3e 100644 --- a/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll +++ b/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll @@ -9,10 +9,10 @@ stack_overflow: ; preds = %0 no_overflow: ; preds = %0 %frame = inttoptr i32 %1 to [17 x i32]* ; <[17 x i32]*> [#uses=4] - %2 = load i32* null ; [#uses=2] + %2 = load i32, i32* null ; [#uses=2] %3 = getelementptr inbounds [17 x i32], [17 x i32]* %frame, i32 0, i32 14 ; [#uses=1] - %4 = load i32* %3 ; [#uses=2] - %5 = load [8 x i8]** undef ; <[8 x i8]*> [#uses=2] + %4 = load i32, i32* %3 ; [#uses=2] + %5 = load [8 x i8]*, [8 x i8]** undef ; <[8 x i8]*> [#uses=2] br i1 undef, label %bci_13, label %bci_4 bci_13: ; preds = %no_overflow