Swap the order of operands created here. For +&|^, the order doesn't matter,
authorChris Lattner <sabre@nondot.org>
Wed, 31 May 2006 21:14:00 +0000 (21:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 May 2006 21:14:00 +0000 (21:14 +0000)
commit13d4ab4009822699f7546706bbc049cd8820d30a
tree986900d7d4f568e32385ad606c9174e74c0c63eb
parent408a4061d8c119691c92fb8aa8c5dc2f9c05ccb0
Swap the order of operands created here.  For +&|^, the order doesn't matter,
but for sub, it really does!  Fix fixes a miscompilation of fibheap_cut in
llvmgcc4.

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