[NFC] Remove unused entry in PassRegistry.def
This commit is contained in:
parent
9abac60309
commit
b196dc6607
|
|
@ -101,8 +101,6 @@ MODULE_PASS("scc-oz-module-inliner",
|
|||
buildInlinerPipeline(OptimizationLevel::Oz, ThinOrFullLTOPhase::None,
|
||||
/*MandatoryOnly=*/false))
|
||||
MODULE_PASS("loop-extract-single", LoopExtractorPass(1))
|
||||
MODULE_PASS("oz-module-optimizer",
|
||||
buildModuleOptimizationPipeline(OptimizationLevel::Oz, /*LTOPreLink*/false))
|
||||
MODULE_PASS("strip", StripSymbolsPass())
|
||||
MODULE_PASS("strip-dead-debug-info", StripDeadDebugInfoPass())
|
||||
MODULE_PASS("pseudo-probe", SampleProfileProbePass(TM))
|
||||
|
|
|
|||
Loading…
Reference in New Issue