From: Chris Lattner Date: Wed, 6 Mar 2002 17:40:37 +0000 (+0000) Subject: Pull callgraph out of Cfg namespace X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e2aed3531939fac811bc2aa94af07a5fa4c0aa5f;p=oota-llvm.git Pull callgraph out of Cfg namespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1822 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp index 9513e5ebe2d..486c7284df3 100644 --- a/tools/analyze/analyze.cpp +++ b/tools/analyze/analyze.cpp @@ -240,7 +240,7 @@ struct { // IP Analyses... { printmodule , NewPrintModule }, { printusedtypes , New }, - { callgraph , New }, + { callgraph , New }, { unsafepointertypes, New }, // Dominator analyses