fixing comment

This commit is contained in:
Saranya Natarajan 2026-01-26 16:28:29 +01:00
parent aec3078a26
commit ef89a7378f

View File

@ -355,7 +355,7 @@ class Compile : public Phase {
bool _print_assembly; // True if we should dump assembly code for this compilation bool _print_assembly; // True if we should dump assembly code for this compilation
bool _print_inlining; // True if we should print inlining for this compilation bool _print_inlining; // True if we should print inlining for this compilation
bool _print_intrinsics; // True if we should print intrinsics for this compilation bool _print_intrinsics; // True if we should print intrinsics for this compilation
bool _print_phase_loop_opts; // True if we should before and after print phase loop opts bool _print_phase_loop_opts; // True if we should print before and after loop opts phase
#ifndef PRODUCT #ifndef PRODUCT
uint _phase_counter; // Counter for the number of already printed phases uint _phase_counter; // Counter for the number of already printed phases
uint _igv_idx; // Counter for IGV node identifiers uint _igv_idx; // Counter for IGV node identifiers