aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2017-09-06 16:55:31 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2017-09-06 16:55:31 +0000
commitba1c9f7aeebea7a29b43a876a85a398ff6402198 (patch)
tree6f94d96e4daf944ac9b88b095ce8a0e0dee7bd94 /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
parent3ad84ee009e1034c80feac7731c3dfaf0483774f (diff)
downloadllvm-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