Correctly byte-swap APInts with bit-widths greater than 64.
[oota-llvm.git] / test / Transforms / ConstProp / 2006-12-01-bool-casts.ll
index 29b4667b92162778eeb5fd7ae696f8c68dfa2903..3c06693b100df0df8951e5c3ae37be905d894621 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -constprop | llvm-dis | \
+; RUN: opt < %s -constprop -S | \
 ; RUN:    grep {ret i32 -1}
-; RUN: opt %s -constprop | llvm-dis | \
+; RUN: opt < %s -constprop -S | \
 ; RUN:    grep {ret i32 1}
 
 define i32 @test1() {