mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Pull callgraph out of Cfg namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1755d39c0
commit
e2aed35319
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user