Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.310 -> 1.311 --- Log message: Add an out-of-line virtual method for the sdnode class to give it a home. --- Diffs of the changes: (+4 -0) SelectionDAG.cpp | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.310 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.311 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.310 Thu Jun 29 18:57:05 2006 +++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Tue Jul 18 19:00:37 2006 @@ -2702,6 +2702,10 @@ // SDNode Class //===----------------------------------------------------------------------===// +// Out-of-line virtual method to give class a home. +void SDNode::ANCHOR() { +} + /// getValueTypeList - Return a pointer to the specified value type. /// _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits