Disable (x - (y - z)) => (x + (z - y)) optimization for floating point.
authorChris Lattner <sabre@nondot.org>
Mon, 2 Feb 2004 20:09:56 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Feb 2004 20:09:56 +0000 (20:09 +0000)
commit0517e7209615054b47a57be94e488874850fd5d5
treea5a82451b4aa164a9fa59654646a31b653449624
parent529429224c9334ca308e1a8563d03f52196fc342
Disable (x - (y - z)) => (x + (z - y)) optimization for floating point.

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