From 554f270788f1a960804f94da4b28faed8fcf50b2 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 28 May 2006 17:46:46 +0000 Subject: * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c, config/fr30/fr30.md, config/i386/i386-interix.h, config/i386/i386.c, config/i386/i386.md, config/sh/superh.h, config/sh/superh64.h, config/v850/v850.c, df-core.c, df-problems.c, df.h, except.c, final.c, haifa-sched.c, lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c, reload.c, tree-flow.h, tree-outof-ssa.c, tree-ssa-dce.c, tree-ssa-pre.c, tree-vect-transform.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114168 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/optabs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/optabs.c') diff --git a/gcc/optabs.c b/gcc/optabs.c index f565579091a..5b50f9dceed 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -4741,7 +4741,7 @@ expand_fix (rtx to, rtx from, int unsignedp) This is not needed. Consider, for instance conversion from SFmode into DImode. - The hot path trought the code is dealing with inputs smaller than 2^63 + The hot path through the code is dealing with inputs smaller than 2^63 and doing just the conversion, so there is no bits to lose. In the other path we know the value is positive in the range 2^63..2^64-1 -- cgit v1.2.1