diff options
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 30b13c8..e684ba1 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -2524,7 +2524,7 @@ try_combine (i3, i2, i1, new_direct_jump_p) actually came from I3, so that REG_UNUSED notes from I2 will be properly handled. */ - if (i3_subst_into_i2 && GET_CODE (PATTERN (i2)) == PARALLEL) + if (i3_subst_into_i2 && single_set (i2) == 0) { for (i = 0; i < XVECLEN (PATTERN (i2), 0); i++) if (GET_CODE (XVECEXP (PATTERN (i2), 0, i)) != USE |