commit | 14fffaf6c1c6e62897dd8cd0ec90ab196faec764 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Oct 30 05:17:30 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Oct 30 05:17:30 2003 +0000 |
tree | d6ddd80e9414598e05ea4ac73611ceafa6567a43 | |
parent | c7f1cfb1fde6adbab498b8c227c101edbb72ceeb [diff] [blame] |
When someone includes CallGraph.h, make sure that they link in CallGraph.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9611 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/IPA/CallGraph.cpp b/lib/Analysis/IPA/CallGraph.cpp index 59fd1a2..f5be91c 100644 --- a/lib/Analysis/IPA/CallGraph.cpp +++ b/lib/Analysis/IPA/CallGraph.cpp
@@ -316,3 +316,4 @@ return F; } +void CallGraph::stub() {}