Fix a bug where LICM was not updating AA information properly when sinking
authorChris Lattner <sabre@nondot.org>
Fri, 25 Mar 2005 00:22:36 +0000 (00:22 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Mar 2005 00:22:36 +0000 (00:22 +0000)
commit70ac2dcb841dc62f08e16f0b0e2cefbf01baa4c5
tree0cd5c9a5d4e7b8350f1b3532bb98fdc531d44693
parent20da24c4b9e42fbef32e8f7fec3cc6bf1928df23
Fix a bug where LICM was not updating AA information properly when sinking
a pointer value out of a loop causing it to be duplicated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20828 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LICM.cpp