diff options
author | Evan Cheng <evan.cheng@apple.com> | 2005-12-21 23:14:54 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2005-12-21 23:14:54 +0000 |
commit | ff9be11da215602358e9358c3ff2d7d08c319bab (patch) | |
tree | 6ede5b10e05b4b811485d16094df9b91a11f0fb7 /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 3a03ebb37747c2b3fd9b4f8b44f1124f53727894 (diff) |
Lefted out TargetLowering::
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index e46826e2fa..cffdc0e5c1 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; } |