*** empty log message ***

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-07-26 19:19:31 +00:00
parent aabff77165
commit 00444d0630
10 changed files with 12 additions and 35 deletions

View File

@ -123,7 +123,7 @@ public:
//
static AnalysisID ID; // We are an analysis, we must have an ID
CallGraph(AnalysisID AID) : Root(0) { assert(AID == ID); }
CallGraph() : Root(0) {}
~CallGraph() { destroy(); }
virtual const char *getPassName() const { return "Call Graph Construction"; }