[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp
Evan Cheng
evan.cheng at apple.com
Wed Dec 21 15:15:05 PST 2005
Changes in directory llvm/lib/Target:
TargetLowering.cpp updated: 1.17 -> 1.18
---
Log message:
Lefted out TargetLowering::
---
Diffs of the changes: (+2 -2)
TargetLowering.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/TargetLowering.cpp
diff -u llvm/lib/Target/TargetLowering.cpp:1.17 llvm/lib/Target/TargetLowering.cpp:1.18
--- llvm/lib/Target/TargetLowering.cpp:1.17 Wed Dec 21 17:05:39 2005
+++ llvm/lib/Target/TargetLowering.cpp Wed Dec 21 17:14:54 2005
@@ -126,7 +126,7 @@
return NULL;
}
-bool isMaskedValueZeroForTargetNode(const SDOperand &Op,
- uint64_t Mask) const {
+bool TargetLowering::isMaskedValueZeroForTargetNode(const SDOperand &Op,
+ uint64_t Mask) const {
return false;
}
More information about the llvm-commits
mailing list