Conservative fix for PR17827 - don't optimize a shift + and + compare sequence where...
[oota-llvm.git] / test / Transforms / SCCP / 2006-12-19-UndefBug.ll
index 1b1c249648fbde43b1071f38bf23830c2b7f142b..ede1a32c5f7adbc3dc007bacfe3a74ca4bbe1e28 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -sccp | llvm-dis | \
-; RUN:   grep {ret i1 false}
+; RUN: opt < %s -sccp -S | \
+; RUN:   grep "ret i1 false"
 
 define i1 @foo() {
        %X = and i1 false, undef                ; <i1> [#uses=1]