diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-22 23:15:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-22 23:15:30 +0000 |
commit | 938d968ed373057812cd43a9b420399fb65f6c0b (patch) | |
tree | 218203f16ff3e11b33a888e58c0921f40c76b2e5 /gcc/fold-const.c | |
parent | b3147029a5847526b07b9d4823e3beec3c315402 (diff) | |
download | gcc-938d968ed373057812cd43a9b420399fb65f6c0b.zip gcc-938d968ed373057812cd43a9b420399fb65f6c0b.tar.gz gcc-938d968ed373057812cd43a9b420399fb65f6c0b.tar.bz2 |
alias.c: Fix comment formatting.
* alias.c: Fix comment formatting.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-opts.c: Likewise.
* combine.c: Likewise.
* cpplib.c: Likewise.
* diagnostic.c: Likewise.
* dojump.c: Likewise.
* final.c: Likewise.
* fold-const.c: Likewise.
* gcc.c: Likewise.
* gcse.c: Likewise.
* ggc-page.c: Likewise.
* jump.c: Likewise.
* loop.c: Likewise.
* mips-tfile.c: Likewise.
* recog.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* tree.c: Likewise.
* tree.h: Likewise.
From-SVN: r69689
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 9fd4f00..fd9cb3d 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -712,7 +712,7 @@ div_and_round_double (enum tree_code code, int uns, decode (quo, lquo, hquo); finish_up: - /* if result is negative, make it so. */ + /* If result is negative, make it so. */ if (quo_neg) neg_double (*lquo, *hquo, lquo, hquo); @@ -2209,7 +2209,7 @@ eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1) default: break; } - /* fall through - ??? */ + /* Fall through - ??? */ case '<': { |