Lefted out TargetLowering::

llvm-svn: 24922
This commit is contained in:
Evan Cheng 2005-12-21 23:14:54 +00:00
parent 9cdc16c6d3
commit 1872908f3b
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ const char *TargetLowering::getTargetNodeName(unsigned Opcode) const {
return NULL; return NULL;
} }
bool isMaskedValueZeroForTargetNode(const SDOperand &Op, bool TargetLowering::isMaskedValueZeroForTargetNode(const SDOperand &Op,
uint64_t Mask) const { uint64_t Mask) const {
return false; return false;
} }