summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-06-04 05:11:22 +0000
committerDan Gohman <gohman@apple.com>2011-06-04 05:11:22 +0000
commit9a9d218ed013653b28741c26f28df0bd34c630fa (patch)
treea9216d58e2d9d312389de9df48eb6810eda17beb /test
parent1023f5a42d82fca71c191dd6c1001f79e07c63ae (diff)
downloadllvm-9a9d218ed013653b28741c26f28df0bd34c630fa.tar.gz
llvm-9a9d218ed013653b28741c26f28df0bd34c630fa.tar.bz2
llvm-9a9d218ed013653b28741c26f28df0bd34c630fa.tar.xz
Revert r131781 again. Apparently there is more going on here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll b/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
index 7b5584e0bd..2b0cd78fec 100644
--- a/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
+++ b/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {1 partial alias}
+; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {1 may alias}
; PR7959
target datalayout = "e-p:32:32:32"