Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / LCSSA / 2006-06-12-MultipleExitsSameBlock.ll
index a7bdaecf017c3d7056af99b66c78f1444f94c2be..575f8163c94bb31b71d47de47ceae1dda29b8609 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: opt %s -lcssa | llvm-dis | \
-; RUN:    grep {%X.1.lcssa}
-; RUN: opt %s -lcssa | llvm-dis | \
-; RUN:    not grep {%X.1.lcssa1}
+; RUN: opt < %s -lcssa -S | \
+; RUN:    grep "%X.1.lcssa"
+; RUN: opt < %s -lcssa -S | \
+; RUN:    not grep "%X.1.lcssa1"
 
 declare i1 @c1()