diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-04 20:27:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-04 20:27:12 +0000 |
commit | 5efb104680a4b5552fec02cb1a69804682cbe42f (patch) | |
tree | b4b574cb116de0b0298e990793f11668b650aac4 /gcc/config/pdp11 | |
parent | ff482c8d4dcefe197b218b574edbe655fb775733 (diff) | |
download | gcc-5efb104680a4b5552fec02cb1a69804682cbe42f.zip gcc-5efb104680a4b5552fec02cb1a69804682cbe42f.tar.gz gcc-5efb104680a4b5552fec02cb1a69804682cbe42f.tar.bz2 |
alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" done in the previous...
* 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.
From-SVN: r77269
Diffstat (limited to 'gcc/config/pdp11')
-rw-r--r-- | gcc/config/pdp11/pdp11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c index 10939c5..9102dcd 100644 --- a/gcc/config/pdp11/pdp11.c +++ b/gcc/config/pdp11/pdp11.c @@ -1084,7 +1084,7 @@ pdp11_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total) *total = 0; return true; } - /* Fall through. */ + /* FALLTHRU */ case CONST: case LABEL_REF: |