diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 20:27:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-04 20:27:12 +0000 |
commit | 8e262b5ef8e1c20370460eada8ae998880aa8a34 (patch) | |
tree | b4b574cb116de0b0298e990793f11668b650aac4 /gcc/config/avr | |
parent | 1d60d981c68ff9300acbe0c31fed0028629d1c02 (diff) | |
download | gcc-8e262b5ef8e1c20370460eada8ae998880aa8a34.tar.gz |
* config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
config/pdp11/pdp11.c, config/rs6000/rs6000.c,
config/sparc/sparc.c, config/vax/vax.c: Revert the
replacements of "FALLTHRU" with "Fall through" done in the
previous patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77269 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/avr')
-rw-r--r-- | gcc/config/avr/avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index 716667a2ae2..331f7cdfa64 100644 --- a/gcc/config/avr/avr.c +++ b/gcc/config/avr/avr.c @@ -4825,7 +4825,7 @@ avr_rtx_costs (rtx x, int code, int outer_code, int *total) *total = 2; return true; } - /* Fall through. */ + /* FALLTHRU */ case CONST: case LABEL_REF: |