diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-08 12:47:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-08 12:47:27 +0000 |
commit | 4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619 (patch) | |
tree | 1597dda2c873e24f24656f766f741b0d4814230e /gcc/rtl.h | |
parent | 2567406a17362fdf2f3b7150d1c006b87c63ee1f (diff) | |
download | gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.zip gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.gz gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.bz2 |
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-lex.c: Likewise.
* c-pretty-print.c: Likewise.
* cfglayout.c: Likewise.
* cfgloop.c: Likewise.
* defaults.h: Likewise.
* et-forest.c: Likewise.
* explow.c: Likewise.
* function.h: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* gengtype.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* ra-build.c: Likewise.
* real.c: Likewise.
* rtl.h: Likewise.
* tracer.c: Likewise.
* tree-inline.c: Likewise.
* varasm.c: Likewise.
From-SVN: r56952
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -860,7 +860,7 @@ enum insn_note NOTE_EXPECTED_VALUE; stored as (eq (reg) (const_int)). */ NOTE_INSN_EXPECTED_VALUE, - /* Record a prediction. Uses NOTE_PREDICTION. */ + /* Record a prediction. Uses NOTE_PREDICTION. */ NOTE_INSN_PREDICTION, NOTE_INSN_MAX |