diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-26 18:29:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-26 18:29:51 +0000 |
commit | 0c03486012deb9a27787ff22ca73276d3f7f8601 (patch) | |
tree | a7f650d990e921ab08427ad5f53f98aee839d0e9 /gcc/config/s390/s390.h | |
parent | 357ec3f0820c746009197137e6db350a5c7387dd (diff) | |
download | gcc-0c03486012deb9a27787ff22ca73276d3f7f8601.tar.gz |
* s390/s390.c: Fix comment typos.
* s390/s390.h: Likewise.
* s390/s390.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46557 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/s390/s390.h')
-rw-r--r-- | gcc/config/s390/s390.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 468b49eaafd..4ecf2de64ef 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -529,7 +529,7 @@ extern enum reg_class regclass_map[]; /* smalled class containing REGNO */ ((CLASS1) != (CLASS2) && ((CLASS1) == FP_REGS || (CLASS2) == FP_REGS)) /* Get_secondary_mem widens its argument to BITS_PER_WORD which loses on 64bit - because the movsi and movsf patterns don't handle r/f moves. */ + because the movsi and movsf patterns don't handle r/f moves. */ #define SECONDARY_MEMORY_NEEDED_MODE(MODE) \ (GET_MODE_BITSIZE (MODE) < 32 \ @@ -1559,7 +1559,7 @@ do { \ is set to reload_obstack, which does not live long enough. Because of this we cannot use force_const_mem in addsi3. This leads to problems with gen_add2_insn with a constant greater - than a short. Because of that we give a addition of greater + than a short. Because of that we give an addition of greater constants a cost of 3 (reload1.c 10096). */ @@ -1682,7 +1682,7 @@ do { \ #define BRANCH_COST 1 -/* Add any extra modes needed to represent the condition code. */ +/* Add any extra modes needed to represent the condition code. */ #define EXTRA_CC_MODES \ CC (CCZmode, "CCZ") \ CC (CCAmode, "CCA") \ @@ -1692,7 +1692,7 @@ do { \ CC (CCTmode, "CCT") /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE, - return the mode to be used for the comparison. */ + return the mode to be used for the comparison. */ #define SELECT_CC_MODE(OP, X, Y) s390_select_ccmode ((OP), (X), (Y)) |