[DAGCombine] Use getSetCCResultType utility function
authorHal Finkel <hfinkel@anl.gov>
Mon, 31 Aug 2015 20:42:38 +0000 (20:42 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 31 Aug 2015 20:42:38 +0000 (20:42 +0000)
commitfb62ba2fd3f0858fbc4c982211d112a1e93f683c
treeee78e76f40ce7d2f9b1085c45a2fa7cdfbaf4d02
parent63384be23d17e10b9a5345d30918c85ba72b87ce
[DAGCombine] Use getSetCCResultType utility function

DAGCombine has a utility wrapper around TLI's getSetCCResultType; use it in the
one place in DAGCombine still directly calling the TLI function. NFC.

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