[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Jul 18 17:00:51 PDT 2006



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.
 ///






More information about the llvm-commits mailing list