summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-23 16:32:10 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-23 16:32:10 +0000
commit9c068f1327f6cdf78a45c612f09552dc0e76d688 (patch)
tree9653ec6e430bc5ec8cadcde6a556932cff01b35b
parentaa622474f8690a7cbb6b15bcda08e744a0893d1d (diff)
downloadppe42-gcc-9c068f1327f6cdf78a45c612f09552dc0e76d688.tar.gz
ppe42-gcc-9c068f1327f6cdf78a45c612f09552dc0e76d688.zip
* h8300.c: Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35203 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4b289373d36..532546de0bb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-23 Kazu Hirata <kazu@hxi.com>
+
+ * h8300.c: Fix formatting.
+
2000-07-23 Joseph S. Myers <jsm28@cam.ac.uk>
* c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c
index 2688714b84c..fd165e84dd6 100644
--- a/gcc/config/h8300/h8300.c
+++ b/gcc/config/h8300/h8300.c
@@ -626,9 +626,9 @@ call_insn_operand (op, mode)
return 0;
}
-/* Return 1 if a addition/subtraction of a constant integer can be
+/* Return 1 if an addition/subtraction of a constant integer can be
transformed into two consecutive adds/subs that are faster than the
- straightforward way. Otherwise, return 0. */
+ straightforward way. Otherwise, return 0. */
int
two_insn_adds_subs_operand (op, mode)
@@ -654,7 +654,7 @@ two_insn_adds_subs_operand (op, mode)
|| value == 4 + 1
|| value == 4 + 2
|| value == 4 + 4))
- return 1;
+ return 1;
}
else
{
OpenPOWER on IntegriCloud