Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 8 Feb 2007 22:13:59 +0000 (22:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 8 Feb 2007 22:13:59 +0000 (22:13 +0000)
commitfa1eb27b76ab1e0f78574bf52a432c84a4c1a520
tree8ba9b13c81e1d5a77fbff982749be700a0eb344c
parentbb28a81ba3c112853f0eb3d8df0190accc0379c9
Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer.

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