mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-11 21:38:46 +00:00
[PM] RewriterStatepointForGC: add missing dependency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269624 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef1f2996c1
commit
d125b8b5b6
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user