Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / LoopSimplify / 2004-04-01-IncorrectDomUpdate.ll
index e75b214cb25f2a6a619769f762a4629e2b7a59ec..c29383764af66d701e6ff0d11f08194b0f95ae5e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -loopsimplify -licm -disable-output
+; RUN: opt < %s -loop-simplify -licm -disable-output
 
 ; This is PR306