mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[NFC] Remove unused entry in PassRegistry.def
This commit is contained in:
parent
c96fe02b9c
commit
cbd37c8064
@ -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…
x
Reference in New Issue
Block a user