OSDN Git Service

[SelectionDAG] Remove duplicate code from TargetLowering::SimplifySetCC.
authorCraig Topper <craig.topper@intel.com>
Wed, 14 Feb 2018 06:51:57 +0000 (06:51 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 14 Feb 2018 06:51:57 +0000 (06:51 +0000)
commitf71997e9112a41d5bd4337674d91433f1d64b551
tree18cf50cfb946d0fd4d7af1fe886f0025d1e4852d
parente019ebf3614859bdf89be5ae1039c1409c226623
[SelectionDAG] Remove duplicate code from TargetLowering::SimplifySetCC.

This exact code already exists a little further up.

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