commit | 87c890a9c2a8f9818772f3b9e359d301b246e3a4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jan 30 03:49:07 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jan 30 03:49:07 2006 +0000 |
tree | 0d82a3bbb32141dc5ea50683bad1cbc95f5f88ce | |
parent | 030dae5bcec6ba82ccfbf633354d1766ee70b084 [diff] [blame] |
adjust prototype git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25798 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index b45ad00..2ee02ba 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -131,7 +131,8 @@ } bool TargetLowering::isMaskedValueZeroForTargetNode(const SDOperand &Op, - uint64_t Mask) const { + uint64_t Mask, + MVIZFnPtr MVIZ) const { return false; }