Make tests register allocation independent again.
[oota-llvm.git] / test / Analysis / LoopDependenceAnalysis / siv-weak-zero.ll
index 12c90ba4cb3d0d53cf2231139b660a04c9f9f698..1c5ae4c490e3403b32d7809c29ea8d89af10f444 100644 (file)
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | opt -disable-output -analyze -lda | FileCheck %s
+; RUN: opt < %s -analyze -basicaa -lda | FileCheck %s
 
 @x = common global [256 x i32] zeroinitializer, align 4
 @y = common global [256 x i32] zeroinitializer, align 4
 
-; for (i = 0; i < 256; i++)
-;   x[i] = x[42] + y[i]
+;; for (i = 0; i < 256; i++)
+;;   x[i] = x[42] + y[i]
 
 define void @f1(...) nounwind {
 entry:
@@ -29,8 +29,8 @@ for.end:
   ret void
 }
 
-; for (i = 0; i < 250; i++)
-;   x[i] = x[255] + y[i]
+;; for (i = 0; i < 250; i++)
+;;   x[i] = x[255] + y[i]
 
 define void @f2(...) nounwind {
 entry: