From ff9be11da215602358e9358c3ff2d7d08c319bab Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 21 Dec 2005 23:14:54 +0000 Subject: [PATCH] Lefted out TargetLowering:: git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24922 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index e46826e2fae..cffdc0e5c16 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -126,7 +126,7 @@ const char *TargetLowering::getTargetNodeName(unsigned Opcode) const { return NULL; } -bool isMaskedValueZeroForTargetNode(const SDOperand &Op, - uint64_t Mask) const { +bool TargetLowering::isMaskedValueZeroForTargetNode(const SDOperand &Op, + uint64_t Mask) const { return false; }