projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1755d3
)
Pull callgraph out of Cfg namespace
author
Chris Lattner
<sabre@nondot.org>
Wed, 6 Mar 2002 17:40:37 +0000
(17:40 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 6 Mar 2002 17:40:37 +0000
(17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1822
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/analyze/analyze.cpp
patch
|
blob
|
history
diff --git
a/tools/analyze/analyze.cpp
b/tools/analyze/analyze.cpp
index 9513e5ebe2d791adc37310f9026d0fe053fb2175..486c7284df3579a5b4a6a295870ceaa96a81f3d5 100644
(file)
--- 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