mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[PM] RewriterStatepointForGC: add missing dependency.
llvm-svn: 269624
This commit is contained in:
parent
9a772121e9
commit
2f4a231157
@ -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