[PM] Split the CallGraph out from the ModulePass which creates the
[oota-llvm.git] / lib / Transforms / IPO / InlineSimple.cpp
index 57379a334f2ded84297228b1aeeb0672106021e3..29292288e1b03b132f5b920022fd009d4bf48333 100644 (file)
@@ -61,7 +61,7 @@ public:
 char SimpleInliner::ID = 0;
 INITIALIZE_PASS_BEGIN(SimpleInliner, "inline",
                 "Function Integration/Inlining", false, false)
-INITIALIZE_PASS_DEPENDENCY(CallGraph)
+INITIALIZE_PASS_DEPENDENCY(CallGraphWrapperPass)
 INITIALIZE_PASS_DEPENDENCY(InlineCostAnalysis)
 INITIALIZE_PASS_END(SimpleInliner, "inline",
                 "Function Integration/Inlining", false, false)