rl78.c (rl78_calculate_death_notes): Look inside PARALLELs.
* config/rl78/rl78.c (rl78_calculate_death_notes): Look inside PARALLELs. From-SVN: r219929
This commit is contained in:
parent
cbf5d0e70c
commit
cf836bd3d6
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-01-21 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
|
||||
PARALLELs.
|
||||
|
||||
2015-01-21 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR middle-end/64313
|
||||
|
|
|
@ -3583,6 +3583,8 @@ rl78_calculate_death_notes (void)
|
|||
{
|
||||
case INSN:
|
||||
p = PATTERN (insn);
|
||||
if (GET_CODE (p) == PARALLEL)
|
||||
p = XVECEXP (p, 0, 0);
|
||||
switch (GET_CODE (p))
|
||||
{
|
||||
case SET:
|
||||
|
|
Loading…
Add table
Reference in a new issue