Fix a README item: have functionattrs look through selects and
[oota-llvm.git] / test / Transforms / ScalarRepl / union-pointer.ll
index f6b9eb89e67dcddf408c268fe8488e12b54a40be..fe702fa21772369a3c8e80442420ca0f6652bfb1 100644 (file)
@@ -1,7 +1,7 @@
 ; PR892
-; RUN: opt %s -scalarrepl | llvm-dis | \
+; RUN: opt < %s -scalarrepl -S | \
 ; RUN:   not grep alloca
-; RUN: opt %s -scalarrepl | llvm-dis | grep {ret i8}
+; RUN: opt < %s -scalarrepl -S | grep {ret i8}
 
 target datalayout = "e-p:32:32"
 target triple = "i686-apple-darwin8.7.2"