SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant checks...
authorStephen Lin <stephenwlin@gmail.com>
Sat, 15 Jun 2013 04:03:33 +0000 (04:03 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Sat, 15 Jun 2013 04:03:33 +0000 (04:03 +0000)
commit7e6d620336d75c75086905184c451c6a2a21d6a3
tree297063fa320f34c3c68132c4f5d91ab4d8aa111f
parent702ff96ff3157e0761d206cca2dc0a4c3e7c13a9
SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant checks...

This doesn't really effect performance due to all the relevant calls being transparent but is clearer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184027 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp