OSDN Git Service

[PM] RewriterStatepointForGC: add missing dependency.
authorDavide Italiano <davide@freebsd.org>
Mon, 16 May 2016 02:29:53 +0000 (02:29 +0000)
committerDavide Italiano <davide@freebsd.org>
Mon, 16 May 2016 02:29:53 +0000 (02:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269624 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

index 6603f67..1a2c6ee 100644 (file)
@@ -131,6 +131,7 @@ ModulePass *llvm::createRewriteStatepointsForGCPass() {
 INITIALIZE_PASS_BEGIN(RewriteStatepointsForGC, "rewrite-statepoints-for-gc",
                       "Make relocations explicit at statepoints", false, false)
 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
+INITIALIZE_PASS_DEPENDENCY(TargetTransformInfoWrapperPass)
 INITIALIZE_PASS_END(RewriteStatepointsForGC, "rewrite-statepoints-for-gc",
                     "Make relocations explicit at statepoints", false, false)