Skip to content

Commit c218889

Browse files
committed
jit format
1 parent 24bef49 commit c218889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/coreclr/jit/compiler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8338,7 +8338,7 @@ void JitTimer::PrintCsvMethodStats(Compiler* comp)
83388338
#ifdef DEBUG
83398339
fprintf(s_csvFile, "%u,", comp->loopAlignCandidates);
83408340
fprintf(s_csvFile, "%u,", comp->loopsAligned);
8341-
#endif // DEBUG
8341+
#endif // DEBUG
83428342
#endif // FEATURE_LOOP_ALIGN
83438343
unsigned __int64 totCycles = 0;
83448344
for (int i = 0; i < PHASE_NUMBER_OF; i++)

0 commit comments

Comments
 (0)