1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Add another rdar number.

llvm-svn: 124125
This commit is contained in:
Dan Gohman 2011-01-24 17:54:01 +00:00
parent 652bc3b0a3
commit 6f83adb763

View File

@ -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.