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