Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / LCSSA / 2006-06-03-IncorrectIDFPhis.ll
index 5381c88aea630c41e3ad8e6e40b3a60ec35b101b..dd43c8837901a1248c23ae092550f9b109714768 100644 (file)
@@ -1,7 +1,5 @@
-; RUN: opt < %s -loopsimplify -lcssa -S | \
-; RUN:   grep {%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry}
-; RUN: opt < %s -loopsimplify -lcssa -S | \
-; RUN:   grep {%%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry}
+; RUN: opt < %s -loop-simplify -lcssa -S | \
+; RUN:   grep "%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry"
 
         %struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* }