aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vax
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-04 20:27:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-04 20:27:12 +0000
commit5efb104680a4b5552fec02cb1a69804682cbe42f (patch)
treeb4b574cb116de0b0298e990793f11668b650aac4 /gcc/config/vax
parentff482c8d4dcefe197b218b574edbe655fb775733 (diff)
downloadgcc-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/vax')
-rw-r--r--gcc/config/vax/vax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c
index 47527a4..7695d69 100644
--- a/gcc/config/vax/vax.c
+++ b/gcc/config/vax/vax.c
@@ -557,7 +557,7 @@ vax_rtx_costs_1 (register rtx x, enum rtx_code code, enum rtx_code outer_code)
return 1;
if (outer_code == PLUS && (unsigned HOST_WIDE_INT) -INTVAL (x) <= 077)
return 1;
- /* Fall through. */
+ /* FALLTHRU */
case CONST:
case LABEL_REF: