[InstCombine] Split off SSE2/AVX2 vector shift tests.
[oota-llvm.git] / test / Transforms / InstCombine / 2004-08-10-BoolSetCC.ll
index 759096a985109e2acc16300ca875a3b772c29af8..4233797b6d7286e19f0252efd14596d6b247064b 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine -S | \
-; RUN:    grep {ret i1 false}
+; RUN: opt %s -instcombine -S | \
+; RUN:    grep "ret i1 false"
 
 define i1 @test(i1 %V) {
         %Y = icmp ult i1 %V, false              ; <i1> [#uses=1]