summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLowering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/TargetLowering.cpp')
-rw-r--r--llvm/lib/Target/TargetLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp
index e46826e2fae..cffdc0e5c16 100644
--- a/llvm/lib/Target/TargetLowering.cpp
+++ b/llvm/lib/Target/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;
}
OpenPOWER on IntegriCloud