aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-01-24 17:54:01 +0000
committerDan Gohman <gohman@apple.com>2011-01-24 17:54:01 +0000
commit640b9c8fe2134a4131394989e4ef0f97e9c44813 (patch)
tree69a9a513f28b32a7ca7792ae910d544b27c88f0f /test/Analysis
parentc98d82a7f0a2a0a8b939c611954d59bab677bfe7 (diff)
downloadexternal_llvm-640b9c8fe2134a4131394989e4ef0f97e9c44813.zip
external_llvm-640b9c8fe2134a4131394989e4ef0f97e9c44813.tar.gz
external_llvm-640b9c8fe2134a4131394989e4ef0f97e9c44813.tar.bz2
Add another rdar number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/BasicAA/full-store-partial-alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/BasicAA/full-store-partial-alias.ll b/test/Analysis/BasicAA/full-store-partial-alias.ll
index f92c689..4fa6375 100644
--- a/test/Analysis/BasicAA/full-store-partial-alias.ll
+++ b/test/Analysis/BasicAA/full-store-partial-alias.ll
@@ -1,6 +1,6 @@
; RUN: opt -S -tbaa -basicaa -gvn < %s | grep {ret i32 %}
; RUN: opt -S -tbaa -gvn < %s | grep {ret i32 0}
-; rdar://8875631
+; rdar://8875631, rdar://8875069
; BasicAA should notice that the store stores to the entire %u object,
; so the %tmp5 load is PartialAlias with the store and suppress TBAA.