summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-05-21 20:54:46 +0000
committerDuncan Sands <baldrick@free.fr>2011-05-21 20:54:46 +0000
commitd22920aae81ec318404f7c5235c634954d966cf6 (patch)
tree8317350099f872ed5c73a0ea96fea895a263056b /test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
parentae6d5dc715ec7d3edd825a4b8ca9f6f9a3fbfb58 (diff)
downloadllvm-d22920aae81ec318404f7c5235c634954d966cf6.tar.gz
llvm-d22920aae81ec318404f7c5235c634954d966cf6.tar.bz2
llvm-d22920aae81ec318404f7c5235c634954d966cf6.tar.xz
Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.
Original log message: When BasicAA can determine that two pointers have the same base but differ by a dynamic offset, return PartialAlias instead of MayAlias. See the comment in the code for details. This fixes PR9971. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll')
-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"