diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-09 15:22:56 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-09 15:22:56 +0000 |
commit | b44aebd0952f89b814b27e263092ec358a3b9592 (patch) | |
tree | ed19f4164182f8f50ea25c123f4d863494e205a1 /gcc/builtins.def | |
parent | fb6e00c5c1bc437e5b028dd9a2d2795cd698d55a (diff) | |
download | gcc-b44aebd0952f89b814b27e263092ec358a3b9592.tar.gz |
* builtins.def: Fix typo and improve grammar.
* loop-unroll.c (decide_peel_completely): Tidy log message.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64030 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtins.def')
-rw-r--r-- | gcc/builtins.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/builtins.def b/gcc/builtins.def index 48fd19762ae..f0df8bbc5c2 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -59,7 +59,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA compiler. For instance C90 reserves floorf function, but does not define it's meaning. When user uses floorf we may assume that the floorf has the meaning we expect, but we can't produce floorf by - simplifing floor((double)float) since runtime don't need to implement it. */ + simplifying floor((double)float) since the runtime need not implement + it. */ /* A GCC builtin (like __builtin_saveregs) is provided by the compiler, but does not correspond to a function in the standard |