Commit 2e681715 by Kazu Hirata Committed by Kazu Hirata

* libgcc2.c, tree-vect-analyze.c: Fix comment typos.

From-SVN: r95196
parent c6d01079
2005-02-17 Kazu Hirata <kazu@cs.umass.edu>
* libgcc2.c, tree-vect-analyze.c: Fix comment typos.
2005-02-17 Andreas Krebbel <krebbel1@de.ibm.com> 2005-02-17 Andreas Krebbel <krebbel1@de.ibm.com>
* builtins.c (expand_builtin_return_addr): Remove tem parameter. * builtins.c (expand_builtin_return_addr): Remove tem parameter.
......
...@@ -1287,7 +1287,7 @@ __fixunssfDI (SFtype a) ...@@ -1287,7 +1287,7 @@ __fixunssfDI (SFtype a)
{ {
/* Since we know that there are fewer significant bits in the SFmode /* Since we know that there are fewer significant bits in the SFmode
quantity than in a word, we know that we can convert out all the quantity than in a word, we know that we can convert out all the
signficant bits in one step, and thus avoid losing bits. */ significant bits in one step, and thus avoid losing bits. */
/* ??? This following loop essentially performs frexpf. If we could /* ??? This following loop essentially performs frexpf. If we could
use the real libm function, or poke at the actual bits of the fp use the real libm function, or poke at the actual bits of the fp
......
/* Anlaysis Utilities for Loop Vectorization. /* Analysis Utilities for Loop Vectorization.
Copyright (C) 2003,2004,2005 Free Software Foundation, Inc. Copyright (C) 2003,2004,2005 Free Software Foundation, Inc.
Contributed by Dorit Naishlos <dorit@il.ibm.com> Contributed by Dorit Naishlos <dorit@il.ibm.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment