A store or load cannot alias a global if the accessed amount is larger then
authorChris Lattner <sabre@nondot.org>
Fri, 26 Nov 2004 19:20:01 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Nov 2004 19:20:01 +0000 (19:20 +0000)
commit0a1ac907c30cd3a5d0d8f96c1015bdb1c7461290
tree4c88a2a06e42c7ee12f12263f0af99b0a72c4414
parent4e4f7312e00fe9346e54b40d0fc56533ad713f00
A store or load cannot alias a global if the accessed amount is larger then
the global.

This implements Regression/Analysis/BasicAA/global-size.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18261 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp