Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / JumpThreading / and-and-cond.ll
index 58ca17700ee3332c27c614b387ef6ffce791e04c..e6db9ee5a325933eafd5671aa4f99f2b5b250e31 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -jump-threading -mem2reg -instcombine -simplifycfg  -S | grep {ret i32 %v1}
+; RUN: opt %s -jump-threading -mem2reg -instcombine -simplifycfg  -S | grep {ret i32 %v1}
 ; There should be no uncond branches left.
-; RUN: opt %s -jump-threading -mem2reg -instcombine -simplifycfg  -S | not grep {br label}
+; RUN: opt %s -jump-threading -mem2reg -instcombine -simplifycfg  -S | not grep {br label}
 
 declare i32 @f1()
 declare i32 @f2()