Merge CallGraph and BasicCallGraph.
[oota-llvm.git] / lib / Transforms / IPO / PruneEH.cpp
index 89529dee11082685f2a4694c41b94fc5422e0ec9..b16091312148f1ffa26a82181484c5a75c41decd 100644 (file)
@@ -51,7 +51,7 @@ namespace {
 char PruneEH::ID = 0;
 INITIALIZE_PASS_BEGIN(PruneEH, "prune-eh",
                 "Remove unused exception handling info", false, false)
-INITIALIZE_AG_DEPENDENCY(CallGraph)
+INITIALIZE_PASS_DEPENDENCY(CallGraph)
 INITIALIZE_PASS_END(PruneEH, "prune-eh",
                 "Remove unused exception handling info", false, false)