diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-24 02:53:36 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-24 02:53:36 +0000 |
commit | 2bac375fdae4ed85c4263d8b33e2096acd188a3c (patch) | |
tree | c7a5b6e276da7e45c3f5b9e3805958a9bdeb5f35 /gcc/reload1.c | |
parent | 734ebdb1f928f33838385171e3509df87700f48a (diff) | |
download | gcc-2bac375fdae4ed85c4263d8b33e2096acd188a3c.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1255 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 4cf074c1963..c68473dca58 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -5548,7 +5548,7 @@ gen_input_reload (reloadreg, in, before_insn) It might be better not to actually emit the insn unless it is valid, but we need to pass the insn as an operand to `recog' and - `insn_extract'and it is simpler to emit and then delete the insn if + `insn_extract' and it is simpler to emit and then delete the insn if not valid than to dummy things up. */ rtx op0, op1, tem, insn; |