diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-06-29 13:53:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-29 13:53:12 +0000 |
commit | f9da50645221cfa880519542a1c5e37c53837bef (patch) | |
tree | 096f08da7ff43d0c89a0ae297b1089589ba63a46 /gcc/genautomata.c | |
parent | 329d586fe57ac58fb541855cf8e329b9f5cb5cff (diff) | |
download | gcc-f9da50645221cfa880519542a1c5e37c53837bef.tar.gz |
alloc-pool.c: Fix comment formatting.
* alloc-pool.c: Fix comment formatting.
* bitmap.c: Likewise.
* bitmap.h: Likewise.
* bt-load.c: Likewise.
* builtins.c: Likewise.
* caller-save.c: Likewise.
* cfganal.c: Likewise.
* cfgrtl.c: Likewise.
* collect2.c: Likewise.
* cse.c: Likewise.
* df.c: Likewise.
* diagnostic.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* expmed.c: Likewise.
* final.c: Likewise.
* flags.h: Likewise.
* fold-const.c: Likewise.
* gcc.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* genautomata.c: Likewise.
* libgcov.c: Likewise.
* mips-tfile.c: Likewise.
* optabs.c: Likewise.
* prefix.c: Likewise.
* rtlanal.c: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
* vmsdbgout.c: Likewise.
From-SVN: r68672
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r-- | gcc/genautomata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c index 826da68f113..4d9ad3384a1 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -7911,7 +7911,7 @@ output_min_issue_delay_table (automaton_t automaton) fprintf (output_file, " "); output_min_issue_delay_vect_name (output_file, automaton); fprintf (output_file, "[] ATTRIBUTE_UNUSED = {\n"); - /* Compress the vector */ + /* Compress the vector. */ if (automaton->max_min_delay < 2) automaton->min_issue_delay_table_compression_factor = 8; else if (automaton->max_min_delay < 4) |