summaryrefslogtreecommitdiffstats
path: root/gcc/config/s390
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-03 16:25:52 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-03 16:25:52 +0000
commit1fc184eef4d3ea35c0401b0b720dc820a53c5d17 (patch)
treeec6ec5b6ee5c814bd6171ec74e71729c95d16c07 /gcc/config/s390
parent69b6679cb3d40be670a7cb5df16343c567ae2fa0 (diff)
downloadppe42-gcc-1fc184eef4d3ea35c0401b0b720dc820a53c5d17.tar.gz
ppe42-gcc-1fc184eef4d3ea35c0401b0b720dc820a53c5d17.zip
* config/s390/2064.md: Fix comment typos.
* config/s390/2084.md: Likewise. * config/s390/s390.c: Likewise. * config/s390/s390.md: Likewise. * config/sh/sh.c: Likewise. * config/sh/sh.h: Likewise. * config/sh/sh.md: Likewise. * config/sparc/sparc.c: Likewise. * config/sparc/sparc.h: Likewise. * config/sparc/sparc.md: Likewise. * config/stormy16/stormy16.c: Likewise. * config/stormy16/stormy16.h: Likewise. * config/stormy16/stormy-abi: Fix a typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/s390')
-rw-r--r--gcc/config/s390/2064.md4
-rw-r--r--gcc/config/s390/2084.md4
-rw-r--r--gcc/config/s390/s390.c4
-rw-r--r--gcc/config/s390/s390.md4
4 files changed, 8 insertions, 8 deletions
diff --git a/gcc/config/s390/2064.md b/gcc/config/s390/2064.md
index c348bc50549..dc83cb6de6f 100644
--- a/gcc/config/s390/2064.md
+++ b/gcc/config/s390/2064.md
@@ -98,11 +98,11 @@
;;
;; s390_agen_dep_p returns 1, if a register is set in the
-;; first insn and used in the dependend insn to form a address.
+;; first insn and used in the dependent insn to form a address.
;;
;;
-;; If a intruction uses a register to address memory, it needs
+;; If an instruction uses a register to address memory, it needs
;; to be set 5 cycles in advance.
;;
diff --git a/gcc/config/s390/2084.md b/gcc/config/s390/2084.md
index e8d7761688b..f14bd21bc94 100644
--- a/gcc/config/s390/2084.md
+++ b/gcc/config/s390/2084.md
@@ -209,11 +209,11 @@
;;
;; s390_agen_dep_p returns 1, if a register is set in the
-;; first insn and used in the dependend insn to form a address.
+;; first insn and used in the dependent insn to form a address.
;;
;;
-;; If a intruction uses a register to address memory, it needs
+;; If an instruction uses a register to address memory, it needs
;; to be set 5 cycles in advance.
;;
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c
index f748374d511..4e771be867d 100644
--- a/gcc/config/s390/s390.c
+++ b/gcc/config/s390/s390.c
@@ -896,7 +896,7 @@ s390_split_ok_p (dst, src, mode, first_subword)
if (FP_REG_P (src) || FP_REG_P (dst))
return false;
- /* We don't need to split if operands are directly accessable. */
+ /* We don't need to split if operands are directly accessible. */
if (s_operand (src, mode) || s_operand (dst, mode))
return false;
@@ -5645,7 +5645,7 @@ s390_emit_prologue ()
insn = emit_insn (gen_move_insn (temp_reg, stack_pointer_rtx));
}
- /* Substract frame size from stack pointer. */
+ /* Subtract frame size from stack pointer. */
if (DISP_IN_RANGE (INTVAL (frame_off)))
{
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md
index c24dab11c0a..bd7b832039b 100644
--- a/gcc/config/s390/s390.md
+++ b/gcc/config/s390/s390.md
@@ -3002,9 +3002,9 @@
;;
-;; ARITHMETRIC OPERATIONS
+;; ARITHMETIC OPERATIONS
;;
-; arithmetric operations set the ConditionCode,
+; arithmetic operations set the ConditionCode,
; because of unpredictable Bits in Register for Halfword and Byte
; the ConditionCode can be set wrong in operations for Halfword and Byte
OpenPOWER on IntegriCloud