Make this testcase independent of register allocation.
[oota-llvm.git] / test / Analysis / ScalarEvolution / pr3909.ll
index 80720c724afb845a40f4353280c0ff12d8145ec2..cf7531d43224431af3f95f781d1d3bf66c371390 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s | opt -indvars -disable-output
+; RUN: opt < %s -indvars -disable-output
 ; PR 3909
 
 
-       type { i32, %1* }               ; type %0
-       type { i32, i8* }               ; type %1
+       %0 = type { i32, %1* }          ; type %0
+       %1 = type { i32, i8* }          ; type %1
 
 define x86_stdcallcc i32 @_Dmain(%0 %unnamed) {
 entry: