From 2a0c0c46a2867f59a1d7a616344608114b2eec8e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Mar 2002 17:40:37 +0000 Subject: [PATCH] Pull callgraph out of Cfg namespace llvm-svn: 1822 --- llvm/tools/analyze/analyze.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/analyze/analyze.cpp b/llvm/tools/analyze/analyze.cpp index 9513e5ebe2d7..486c7284df35 100644 --- a/llvm/tools/analyze/analyze.cpp +++ b/llvm/tools/analyze/analyze.cpp @@ -240,7 +240,7 @@ struct { // IP Analyses... { printmodule , NewPrintModule }, { printusedtypes , New }, - { callgraph , New }, + { callgraph , New }, { unsafepointertypes, New }, // Dominator analyses