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