summaryrefslogtreecommitdiff
path: root/src/jit/compphases.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/compphases.h')
-rw-r--r--src/jit/compphases.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jit/compphases.h b/src/jit/compphases.h
index d86b4c8c34..33a4f9cd9c 100644
--- a/src/jit/compphases.h
+++ b/src/jit/compphases.h
@@ -18,7 +18,8 @@
// "hasChildren" is true if this phase is broken out into subphases.
// (We should never do EndPhase on a phase that has children, only on 'leaf phases.')
// "parent" is -1 for leaf phases, otherwise it is the "enumName" of the parent phase.
-// "measureIR" is true for phases that generate a count of IR nodes during EndPhase when JitConfig.MeasureIR is true.
+// "measureIR" is true for phases that generate a count of IR nodes during EndPhase when JitConfig.MeasureIR is
+// true.
// clang-format off
CompPhaseNameMacro(PHASE_PRE_IMPORT, "Pre-import", "PRE-IMP", false, -1, false)