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/ToolDrivers/llvm-lib/LibDriver.cpp | |
parent | 3ad84ee009e1034c80feac7731c3dfaf0483774f (diff) | |
download | llvm-ba1c9f7aeebea7a29b43a876a85a398ff6402198.zip llvm-ba1c9f7aeebea7a29b43a876a85a398ff6402198.tar.gz llvm-ba1c9f7aeebea7a29b43a876a85a398ff6402198.tar.bz2 |
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/ToolDrivers/llvm-lib/LibDriver.cpp')
0 files changed, 0 insertions, 0 deletions