Use the AliasAnalysis interface to determine how a Function accesses
authorDan Gohman <gohman@apple.com>
Tue, 9 Nov 2010 20:13:27 +0000 (20:13 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Nov 2010 20:13:27 +0000 (20:13 +0000)
commit6d44d64f61359c865cbf2d7f331bb9c97ce253d5
treeabea59789976571549679818780a3b8ed66f568d
parent1cdaa3e5b1128bd9e62ad9b5084db8a44b897e88
Use the AliasAnalysis interface to determine how a Function accesses
memory. This isn't a real improvement with present day AliasAnalysis
implementations; it's mainly for consistency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118624 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp