forked from OSchip/llvm-project
AMDGPU: Fix missing dominator tree dependency
llvm-svn: 296842
This commit is contained in:
parent
09d66f7528
commit
31a58c6ac0
|
@ -118,6 +118,7 @@ public:
|
|||
|
||||
INITIALIZE_PASS_BEGIN(SIAnnotateControlFlow, DEBUG_TYPE,
|
||||
"Annotate SI Control Flow", false, false)
|
||||
INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
|
||||
INITIALIZE_PASS_DEPENDENCY(DivergenceAnalysis)
|
||||
INITIALIZE_PASS_END(SIAnnotateControlFlow, DEBUG_TYPE,
|
||||
"Annotate SI Control Flow", false, false)
|
||||
|
|
Loading…
Reference in New Issue