[llvm-commits] CVS: llvm/lib/Analysis/IPA/CallGraph.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 29 23:18:06 PST 2003
Changes in directory llvm/lib/Analysis/IPA:
CallGraph.cpp updated: 1.28 -> 1.29
---
Log message:
When someone includes CallGraph.h, make sure that they link in CallGraph.cpp
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Analysis/IPA/CallGraph.cpp
diff -u llvm/lib/Analysis/IPA/CallGraph.cpp:1.28 llvm/lib/Analysis/IPA/CallGraph.cpp:1.29
--- llvm/lib/Analysis/IPA/CallGraph.cpp:1.28 Wed Oct 22 13:53:31 2003
+++ llvm/lib/Analysis/IPA/CallGraph.cpp Wed Oct 29 23:17:30 2003
@@ -316,3 +316,4 @@
return F;
}
+void CallGraph::stub() {}
More information about the llvm-commits
mailing list