diff options
| author | Nuno Lopes <nunoplopes@sapo.pt> | 2017-09-06 16:55:31 +0000 |
|---|---|---|
| committer | Nuno Lopes <nunoplopes@sapo.pt> | 2017-09-06 16:55:31 +0000 |
| commit | ba1c9f7aeebea7a29b43a876a85a398ff6402198 (patch) | |
| tree | 6f94d96e4daf944ac9b88b095ce8a0e0dee7bd94 /llvm/lib/Target | |
| parent | 3ad84ee009e1034c80feac7731c3dfaf0483774f (diff) | |
| download | bcm5719-llvm-ba1c9f7aeebea7a29b43a876a85a398ff6402198.tar.gz bcm5719-llvm-ba1c9f7aeebea7a29b43a876a85a398ff6402198.zip | |
Fix PR33878: BasicAA incorrectly assumes different address spaces don't alias
Remove code that assumed that a nullptr of address space != 0 couldnt alias with a non-null pointer. This is incorrect, since nothing can be concluded about a null pointer in an address space != 0.
This code was written before address spaces were introduced
Differential Revision: https://reviews.llvm.org/D37518
llvm-svn: 312648
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions

