From 5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 6 Jan 2004 16:51:21 +0000 Subject: alias.c: Fix comment typos. * alias.c: Fix comment typos. * builtins.c: Likewise. * cfg.c: Likewise. * df.c: Likewise. * dominance.c: Likewise. * dwarf2out.c: Likewise. * emit-rtl.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * fold-const.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-zone.c: Likewise. * integrate.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * recog.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reorg.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * sched-ebb.c: Likewise. * simplify-rtx.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. From-SVN: r75475 --- gcc/simplify-rtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/simplify-rtx.c') diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index ffa87cd..10a9047 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -3148,7 +3148,7 @@ simplify_subreg (enum machine_mode outermode, rtx op, pretend this is actually an integer. */ innermode = mode_for_size (HOST_BITS_PER_WIDE_INT, MODE_INT, 0); - /* FALLTHROUGH */ + /* Fall through. */ case CONST_INT: if (GET_CODE (op) == CONST_INT) val = INTVAL (op); -- cgit v1.1