Make DataLayout Non-Optional in the Module
[oota-llvm.git] / test / Transforms / InstCombine / store.ll
index c087a73318547c11cc135428ce3412eb7837fecd..5dfbd7140901ff5209ce2bceb79d1fe7af7ca80d 100644 (file)
@@ -41,7 +41,7 @@ Cont:
 ; CHECK-LABEL: @test3(
 ; CHECK-NOT: alloca
 ; CHECK: Cont:
-; CHECK-NEXT:  %storemerge = phi i32 [ 47, %Cond2 ], [ -987654321, %Cond ]
+; CHECK-NEXT:  %storemerge = phi i32 [ -987654321, %Cond ], [ 47, %Cond2 ]
 ; CHECK-NEXT:  ret i32 %storemerge
 }