aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index bcaef6c..529a2c6 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -1718,7 +1718,7 @@ combine_reloads ()
that it does not occur in the output (we already know it isn't an
earlyclobber. If this is an asm insn, give up. */
- if (INSN_CODE (this_insn) == -1)
+ if (INSN_CODE (this_insn) == -1 || output_reload == -1)
return;
for (i = 1; i < insn_data[INSN_CODE (this_insn)].n_operands; i++)