Convert an assert that can fail into error checking.
[oota-llvm.git] / test / Transforms / InstCombine / pr12338.ll
index d34600f0fa58707e9a235120dc47afce1d2e09b2..7e0bf59614c3a4780677ba0f9100c79af7b89df4 100644 (file)
@@ -4,9 +4,9 @@ define void @entry() nounwind {
 entry:
   br label %for.cond
 
+; CHECK: br label %for.cond
 for.cond:
   %local = phi <1 x i32> [ <i32 0>, %entry ], [ %phi2, %cond.end47 ]
-; CHECK: sub <1 x i32> <i32 92>, %local
   %phi3 = sub <1 x i32> zeroinitializer, %local
   br label %cond.end