Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / Reassociate / 2005-09-01-ArrayOutOfBounds.ll
index d11a2ea767a9aff61f76b1a328452d5226056e74..f66148bb4abcee2ba7f2911b3b9f63751de33490 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis |\
-; RUN:   grep {ret i32 0}
+; RUN: opt < %s -reassociate -instcombine -S |\
+; RUN:   grep "ret i32 0"
 
 define i32 @f(i32 %a0, i32 %a1, i32 %a2, i32 %a3, i32 %a4) {
        %tmp.2 = add i32 %a4, %a3               ; <i32> [#uses=1]