Teach constant folding to perform conversions from constant floating
[oota-llvm.git] / test / Transforms / ConstProp / 2002-05-03-NotOperator.ll
index 0164252d7552f9a3e487085ad190ef9817f12f75..d9cd67406b06c9695836a7e2f11c869fdd22b1cc 100644 (file)
@@ -4,7 +4,7 @@
 
 ; Fix #2: The unary not instruction now no longer exists. Change to xor.
 
-; RUN: opt %s -constprop | llvm-dis | \
+; RUN: opt < %s -constprop -S | \
 ; RUN:   not grep {i32 0}
 
 define i32 @test1() {