Skip to content

Commit cac574e

Browse files
author
GYT
committed
Add probably missing INITIALIZE_PASS_DEPENDENCY
1 parent aff5b85 commit cac574e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ INITIALIZE_PASS_BEGIN(PartiallyInlineLibCallsLegacyPass,
214214
INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
215215
INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
216216
INITIALIZE_PASS_DEPENDENCY(TargetTransformInfoWrapperPass)
217+
INITIALIZE_PASS_DEPENDENCY(OptimizationRemarkEmitterWrapperPass)
217218
INITIALIZE_PASS_END(PartiallyInlineLibCallsLegacyPass,
218219
"partially-inline-libcalls",
219220
"Partially inline calls to library functions", false, false)

0 commit comments

Comments
 (0)