summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-06 17:40:37 +0000
committerChris Lattner <sabre@nondot.org>2002-03-06 17:40:37 +0000
commite2aed3531939fac811bc2aa94af07a5fa4c0aa5f (patch)
tree670a2bd13fef44022b12c8bf2bef8b50afd7cc43 /tools
parente1755d39c0f805e0bf8130b4046f1a7485080ae7 (diff)
downloadllvm-e2aed3531939fac811bc2aa94af07a5fa4c0aa5f.tar.gz
llvm-e2aed3531939fac811bc2aa94af07a5fa4c0aa5f.tar.bz2
llvm-e2aed3531939fac811bc2aa94af07a5fa4c0aa5f.tar.xz
Pull callgraph out of Cfg namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/analyze/analyze.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp
index 9513e5ebe2..486c7284df 100644
--- a/tools/analyze/analyze.cpp
+++ b/tools/analyze/analyze.cpp
@@ -240,7 +240,7 @@ struct {
// IP Analyses...
{ printmodule , NewPrintModule },
{ printusedtypes , New<Pass, FindUsedTypes> },
- { callgraph , New<Pass, cfg::CallGraph> },
+ { callgraph , New<Pass, CallGraph> },
{ unsafepointertypes, New<Pass, FindUnsafePointerTypes> },
// Dominator analyses