diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-29 21:40:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-29 21:40:49 +0000 |
commit | 9e042f31282adcb5f843b644184aac6ff8854d3f (patch) | |
tree | 1ec056a51ca5f7af70d48889aab8bbf9c1f9d9aa /gcc/reorg.c | |
parent | ad8517524f837261bb29c3a684354173d4c2c47f (diff) | |
download | gcc-9e042f31282adcb5f843b644184aac6ff8854d3f.tar.gz |
* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for
details.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20808 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 7370a356dc4..69c43238cb5 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -579,7 +579,7 @@ mark_set_resources (x, res, in_dest, include_delayed_effects) SET_HARD_REG_SET (res->regs); } - /* ... and also what it's RTL says it modifies, if anything. */ + /* ... and also what its RTL says it modifies, if anything. */ case JUMP_INSN: case INSN: @@ -983,7 +983,7 @@ add_to_delay_list (insn, delay_list) rtx delay_list; { /* If we have an empty list, just make a new list element. If - INSN has it's block number recorded, clear it since we may + INSN has its block number recorded, clear it since we may be moving the insn to a new block. */ if (delay_list == 0) |