make ConstantExpr::replaceUsesOfWithOnConstant preserve the inbounds
authorChris Lattner <sabre@nondot.org>
Fri, 11 Feb 2011 05:37:21 +0000 (05:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Feb 2011 05:37:21 +0000 (05:37 +0000)
commit33a8f3385b2b6145fe640b390fcb2579cb4fe671
tree43cd3ca661daa522eb918f5c0e97b9f9ef7152eb
parent1f78d51be69964b38c5fc76ceb2147b737d09857
make ConstantExpr::replaceUsesOfWithOnConstant preserve the inbounds
flag.  Noticed by Jin Gu Kang!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125366 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp