aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/cil32/emit-hints.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/cil32/emit-hints.c')
-rw-r--r--gcc/config/cil32/emit-hints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/cil32/emit-hints.c b/gcc/config/cil32/emit-hints.c
index 4f8256a2e35..cad7ff3682b 100644
--- a/gcc/config/cil32/emit-hints.c
+++ b/gcc/config/cil32/emit-hints.c
@@ -346,7 +346,7 @@ basic_block_frequency_emit (FILE *file)
dump_compressed_int (file, emitted_bbs);
for (tmp_ptr = start_bb_freq_coded; tmp_ptr < bb_freq_coded; ++tmp_ptr)
fprintf (file, "%02x ", *tmp_ptr);
- fputs ("00 00, 01 00 ", file);
+ fputs ("00 00/*,*/ 01 00 ", file);
/* Free memory for basic block frequencies bit stream */
gcc_assert (bb_freq_coded - start_bb_freq_coded <= emitted_bbs);