update debug flag list for gvn/gcm

This commit is contained in:
Michael Forney 2026-04-26 23:49:33 -07:00 committed by Quentin Carbonneaux
parent 504a2012f4
commit dba8d5a4bf

2
main.c
View File

@ -10,7 +10,7 @@ char debug['Z'+1] = {
['M'] = 0, /* memory optimization */
['N'] = 0, /* ssa construction */
['C'] = 0, /* copy elimination */
['F'] = 0, /* constant folding */
['G'] = 0, /* gvn/gcm */
['K'] = 0, /* if-conversion */
['A'] = 0, /* abi lowering */
['I'] = 0, /* instruction selection */