[lld] [llvm] [Pass] Add hyphen to some pass names (PR #74287)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 11:40:33 PST 2023


================
@@ -242,17 +242,17 @@ FUNCTION_ANALYSIS("no-op-function", NoOpFunctionAnalysis())
 FUNCTION_ANALYSIS("opt-remark-emit", OptimizationRemarkEmitterAnalysis())
 FUNCTION_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
 FUNCTION_ANALYSIS("phi-values", PhiValuesAnalysis())
-FUNCTION_ANALYSIS("postdomtree", PostDominatorTreeAnalysis())
+FUNCTION_ANALYSIS("post-domtree", PostDominatorTreeAnalysis())
----------------
nikic wrote:

This hyphenation doesn't make sense to me. It should be either `postdomtree` or `post-dom-tree`, but not something in the middle.

https://github.com/llvm/llvm-project/pull/74287


More information about the llvm-commits mailing list