Skip to content

Commit

Permalink
jit format
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Apr 6, 2021
1 parent 24bef49 commit c218889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8338,7 +8338,7 @@ void JitTimer::PrintCsvMethodStats(Compiler* comp)
#ifdef DEBUG
fprintf(s_csvFile, "%u,", comp->loopAlignCandidates);
fprintf(s_csvFile, "%u,", comp->loopsAligned);
#endif // DEBUG
#endif // DEBUG
#endif // FEATURE_LOOP_ALIGN
unsigned __int64 totCycles = 0;
for (int i = 0; i < PHASE_NUMBER_OF; i++)
Expand Down

0 comments on commit c218889

Please sign in to comment.