[SROA] Rip out all support for SSAUpdater in SROA.
[oota-llvm.git] / test / Transforms / SCCP / apint-ipsccp1.ll
index 59cfa3f7a2f3b7b034e58a1e03f9514243df8f37..f6f18fe66f893f1f2b79be1e846c1ae75cf39b1f 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | grep -v {ret i512 undef} | \
-; RUN:   grep {ret i8 2}
+; RUN: opt < %s -ipsccp -S | grep -v "ret i512 undef" | \
+; RUN:   grep "ret i8 2"
 
 define internal i512 @test(i1 %B) {
        br i1 %B, label %BB1, label %BB2