From 9cdc16c6d362533e7f368c4f8f78df0597fe2925 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 21 Dec 2005 23:05:39 +0000 Subject: * Fix a GlobalAddress lowering bug. * Teach DAG combiner about X86ISD::SETCC by adding a TargetLowering hook. llvm-svn: 24921 --- llvm/lib/Target/TargetLowering.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/lib/Target/TargetLowering.cpp') diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp index 8e9524ef1e3..e46826e2fae 100644 --- a/llvm/lib/Target/TargetLowering.cpp +++ b/llvm/lib/Target/TargetLowering.cpp @@ -125,3 +125,8 @@ void TargetLowering::computeRegisterProperties() { const char *TargetLowering::getTargetNodeName(unsigned Opcode) const { return NULL; } + +bool isMaskedValueZeroForTargetNode(const SDOperand &Op, + uint64_t Mask) const { + return false; +} -- cgit v1.2.3