[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 29 19:49:19 PST 2006
Changes in directory llvm/lib/Target:
TargetLowering.cpp updated: 1.22 -> 1.23
---
Log message:
adjust prototype
---
Diffs of the changes: (+2 -1)
TargetLowering.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/TargetLowering.cpp
diff -u llvm/lib/Target/TargetLowering.cpp:1.22 llvm/lib/Target/TargetLowering.cpp:1.23
--- llvm/lib/Target/TargetLowering.cpp:1.22 Sun Jan 29 02:41:12 2006
+++ llvm/lib/Target/TargetLowering.cpp Sun Jan 29 21:49:07 2006
@@ -131,7 +131,8 @@
}
bool TargetLowering::isMaskedValueZeroForTargetNode(const SDOperand &Op,
- uint64_t Mask) const {
+ uint64_t Mask,
+ MVIZFnPtr MVIZ) const {
return false;
}
More information about the llvm-commits
mailing list