simplify the conditions on two gigantic if's, decreasing indentation
authorChris Lattner <sabre@nondot.org>
Sun, 16 Nov 2008 04:55:20 +0000 (04:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Nov 2008 04:55:20 +0000 (04:55 +0000)
commitb9553d693b4c0070d756764fd7bf5bc1232b0c65
treece2150f487f97e0f2291a350fb7e3389ce446140
parent6046fb7bef7dfb52adfb468ffcb0b301073cf3a4
simplify the conditions on two gigantic if's, decreasing indentation
a bit.  Next step is to factor out into their own helper functions.

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