diff options
author | Craig Rodrigues <rodrigc@gcc.gnu.org> | 2002-01-11 22:46:40 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@gcc.gnu.org> | 2002-01-11 22:46:40 +0000 |
commit | 3e92902c7e34bd561ceb94757b13152d443a2454 (patch) | |
tree | c1a8daa6ed86d94950dd346ca663f76ed88613d8 /gcc/combine.c | |
parent | 24e511ca8eb620425d38c4bc7be0d42edfead2aa (diff) | |
download | gcc-3e92902c7e34bd561ceb94757b13152d443a2454.zip gcc-3e92902c7e34bd561ceb94757b13152d443a2454.tar.gz gcc-3e92902c7e34bd561ceb94757b13152d443a2454.tar.bz2 |
re PR other/5299 (then -> than fixes)
2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>
PR other/5299
* config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
* combine.c (force_to_mode): Same.
* reload1.c (clear_reload_reg_in_use): Same.
From-SVN: r48780
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 7421a33..32120e5 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -6974,7 +6974,7 @@ force_to_mode (x, mode, mask, reg, just_select) { int i = -1; - /* If the considered data is wider then HOST_WIDE_INT, we can't + /* If the considered data is wider than HOST_WIDE_INT, we can't represent a mask for all its bits in a single scalar. But we only care about the lower bits, so calculate these. */ |