Add ability to transform (x - (y - z)) into (x + (z - y))
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 01:29:19 +0000 (01:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 01:29:19 +0000 (01:29 +0000)
commit403717156bc185f545cd343ad3524ded927fc394
treef54b794ee8cebf5c4c0f0af5d97e59b2359ce1a3
parent8c7333e17c5e2214a99d24596d8f41cb9e392183
Add ability to transform (x - (y - z)) into (x + (z - y))

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