[InstCombine] Fix wrong folding of constant comparisons involving ashr and negative...
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-29-AddICmp.ll
index 0c984356c9bc96751cd91e492f6dcb31e05cecd1..1f9c47c4f1ee5c1766aa530cf030c677f297496c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | not grep {a.off}
+; RUN: opt < %s -instcombine -S | not grep "a.off"
 ; PR1949
 
 define i1 @test1(i32 %a) {