summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-09-04 03:30:13 +0000
committerBob Wilson <bob.wilson@apple.com>2012-09-04 03:30:13 +0000
commit01cfbfe9d00ceed2074fb5e3c296d506afe63a36 (patch)
tree8570c6a83e558af372babbbda34c7d2e372081cf /llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
parent93380f63c9f8ae43e4949330e06c5b692cf22c05 (diff)
downloadbcm5719-llvm-01cfbfe9d00ceed2074fb5e3c296d506afe63a36.tar.gz
bcm5719-llvm-01cfbfe9d00ceed2074fb5e3c296d506afe63a36.zip
Be conservative about allocations that may alias the accessed pointer.
If an allocation has a must-alias relation to the access pointer, we treat it as a Def. Otherwise, without this check, the code here was just skipping over the allocation call and ignoring it. I noticed this by inspection and don't have a specific testcase that it breaks, but it seems like we need to treat a may-alias allocation as a Clobber. llvm-svn: 163127
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud