diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-20 12:48:15 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-20 12:48:15 +0000 |
commit | c5d4a10b529a6cf299b7e6d87b5aa762ff147d56 (patch) | |
tree | f97e652167bbb5013f18a7eded4bd5d837950d60 /gcc/config/arm | |
parent | 359a6e9ffd0f4e9685d2299fbfdda572d375b171 (diff) | |
download | gcc-c5d4a10b529a6cf299b7e6d87b5aa762ff147d56.tar.gz |
* tree-ssa-threadupdate.c, tree-vectorizer.c: Fix comment
typos.
* config/arm/arm.c: Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90963 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm')
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 066761362d9..9db8b793328 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -7258,7 +7258,7 @@ push_minipool_fix (rtx insn, HOST_WIDE_INT address, rtx *loc, minipool_fix_tail = fix; } -/* Return the cost of synthesising the const_double VAL inline. +/* Return the cost of synthesizing the const_double VAL inline. Returns the number of insns needed, or 99 if we don't know how to do it. */ int |