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; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits