llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / test / Transforms / ConstProp / 2006-12-01-TruncBoolBug.ll
index c7769616a9ae6ae963aca0b46300ef1003cfd538..ce66c706488da619adf4d2eb5ce051cc3c18d098 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine | llvm-dis | \
-; RUN:   grep {ret i1 false}
+; RUN: opt < %s -instcombine -S | \
+; RUN:   grep "ret i1 false"
 define i1 @test() {
         %X = trunc i32 320 to i1                ; <i1> [#uses=1]
         ret i1 %X