diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 05:07:15 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 05:07:15 +0000 |
commit | f9e15121337d665511480c8501bd2d4e7445faff (patch) | |
tree | b51ea120d470bb8953e46b0885064feeb114b3a5 /gcc/rtl.h | |
parent | 15bbde2b906281574b7fe587bd298138e07436d3 (diff) | |
download | gcc-f9e15121337d665511480c8501bd2d4e7445faff.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@472 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 43f3f82fd3c..aa7171b6998 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -108,7 +108,7 @@ typedef struct rtx_def 1 in a LABEL_REF if this is a reference to a label outside the current loop. 1 in an INSN, JUMP_INSN, or CALL_INSN if this insn must be scheduled - together with the preceeding insn. Valid only within sched. + together with the preceding insn. Valid only within sched. 1 in an INSN, JUMP_INSN, or CALL_INSN if insn is in a delay slot and from the target of a branch. Valid from reorg until end of compilation; cleared before used. */ @@ -271,7 +271,7 @@ typedef struct rtvec_def{ REG_LABEL points to a CODE_LABEL. Used by non-JUMP_INSNs to say that the CODE_LABEL contained in the REG_LABEL note is used by the insn. - REG_DEP_ANTI is used in LOG_LINKS which represent anti (write after read) + REG_DEP_ANTI is used in LOG_LINKS which represent anti (write after read) dependencies. REG_DEP_OUTPUT is used in LOG_LINKS which represent output (write after write) dependencies. Data dependencies, which are the only type of LOG_LINK created by flow, are represented by a 0 reg note kind. */ @@ -433,7 +433,7 @@ extern char *note_insn_name[]; #define REG_LOOP_TEST_P(RTX) ((RTX)->in_struct) /* During sched, for an insn, 1 means that the insn must be scheduled together - with the preceeding insn. */ + with the preceding insn. */ #define SCHED_GROUP_P(INSN) ((INSN)->in_struct) /* For a SET rtx, SET_DEST is the place that is set |