Merging r258325:
[oota-llvm.git] / test / Transforms / InstCombine / 2006-10-20-mask.ll
index 0aaa5e8c21b4b806d46994ece48bbbff44fd8ac2..e9797ae50c95834450a3f8394818c3cd60cc8bdd 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt < %s -instcombine -S | \
-; RUN:    grep and
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; CHECK: and
 
 define i64 @foo(i64 %tmp, i64 %tmp2) {
         %tmp.upgrd.1 = trunc i64 %tmp to i32            ; <i32> [#uses=1]