OSDN Git Service

Allow the target to override the ISD::CondCode that's to be used to test the
authorEvan Cheng <evan.cheng@apple.com>
Wed, 31 Jan 2007 09:29:11 +0000 (09:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 31 Jan 2007 09:29:11 +0000 (09:29 +0000)
commitd385fd62cb43435b3ad70d789198d34bf148e579
tree4c9b22c9a5ac109a37aa496486177e4549027137
parent991d3616c8383688f1acf443cc698edef850da4d
Allow the target to override the ISD::CondCode that's to be used to test the
result of the comparison libcall against zero.

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