diff options
author | Dan Gohman <gohman@apple.com> | 2011-06-04 05:11:22 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-06-04 05:11:22 +0000 |
commit | 9a9d218ed013653b28741c26f28df0bd34c630fa (patch) | |
tree | a9216d58e2d9d312389de9df48eb6810eda17beb /test | |
parent | 1023f5a42d82fca71c191dd6c1001f79e07c63ae (diff) | |
download | external_llvm-9a9d218ed013653b28741c26f28df0bd34c630fa.zip external_llvm-9a9d218ed013653b28741c26f28df0bd34c630fa.tar.gz external_llvm-9a9d218ed013653b28741c26f28df0bd34c630fa.tar.bz2 |
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.ll | 2 |
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 7b5584e..2b0cd78 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" |