GlobalISel: Fix missing pass dependency

llvm-svn: 370496
This commit is contained in:
Matt Arsenault 2019-08-30 17:41:58 +00:00
parent 18e8d02e8c
commit 466ec2d552
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,
"Select target instructions out of generic instructions",
false, false)
INITIALIZE_PASS_DEPENDENCY(TargetPassConfig)
INITIALIZE_PASS_DEPENDENCY(GISelKnownBitsAnalysis)
INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE,
"Select target instructions out of generic instructions",
false, false)