reload1.c (forget_old_reloads_1): Adjust CLOBBER_HIGH assert.
* reload1.c (forget_old_reloads_1): Adjust CLOBBER_HIGH assert. From-SVN: r263333
This commit is contained in:
parent
edbbb166f7
commit
5dc096267c
@ -1,3 +1,8 @@
|
||||
2018-08-06 Jeff Law <law@redhat.com>
|
||||
|
||||
* reload1.c (forget_old_reloads_1): Adjust CLOBBER_HIGH
|
||||
assert.
|
||||
|
||||
2018-08-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
|
||||
|
||||
PR target/86662
|
||||
|
@ -4931,7 +4931,7 @@ forget_old_reloads_1 (rtx x, const_rtx setter,
|
||||
return;
|
||||
|
||||
/* CLOBBER_HIGH is only supported for LRA. */
|
||||
gcc_assert (GET_CODE (setter) != CLOBBER_HIGH);
|
||||
gcc_assert (setter == NULL_RTX || GET_CODE (setter) != CLOBBER_HIGH);
|
||||
|
||||
regno = REGNO (x);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user