Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.
[oota-llvm.git] / test / Analysis / BasicAA / 2009-10-13-GEP-BaseNoAlias.ll
index 771636f42cfa9cc922343162c0c4ad82e60fc815..17db2fd739ad092208772d1b0440df8625df67d1 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: opt < %s -aa-eval -print-all-alias-modref-info -disable-output |& grep {NoAlias:.*%P,.*@Z}
+; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {NoAlias:.*%P,.*@Z}
 ; If GEP base doesn't alias Z, then GEP doesn't alias Z.
 ; rdar://7282591
 
 @Y = common global i32 0
 @Z = common global i32 0
 
-define void @foo(i32 %cond) nounwind ssp {
+define void @foo(i32 %cond) nounwind {
 entry:
   %a = alloca i32
   %tmp = icmp ne i32 %cond, 0