[SROA] Rip out all support for SSAUpdater in SROA.
[oota-llvm.git] / test / Transforms / InstCombine / apint-add2.ll
index e83849ed8f6bbfe83fb79781ebdb13ee8a5d2de2..913a70f1b458f4db9f2533ba1d8eb66b4a2872d0 100644 (file)
@@ -1,11 +1,9 @@
 ; This test makes sure that add instructions are properly eliminated.
 ; This test is for Integer BitWidth > 64 && BitWidth <= 1024.
 
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:    grep -v OK | not grep add
-
-implementation
+; END.
 
 define i111 @test1(i111 %x) {
         %tmp.2 = shl i111 1, 110