mips.c (mips_output_conditional_branch): Assert that openrands[1] is a CODE_LABEL.
* config/mips/mips.c (mips_output_conditional_branch): Assert that openrands[1] is a CODE_LABEL. From-SVN: r142772
This commit is contained in:
parent
aaeee6d616
commit
4cba945dad
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-15 Adam Nemet <anemet@caviumnetworks.com>
|
||||
|
||||
* config/mips/mips.c (mips_output_conditional_branch): Assert that
|
||||
openrands[1] is a CODE_LABEL.
|
||||
|
||||
2008-12-15 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* config/mips/mips.c (mips_expand_builtin_direct): Set TARGET to
|
||||
|
|
|
@ -10192,6 +10192,8 @@ mips_output_conditional_branch (rtx insn, rtx *operands,
|
|||
unsigned int length;
|
||||
rtx taken, not_taken;
|
||||
|
||||
gcc_assert (LABEL_P (operands[1]));
|
||||
|
||||
length = get_attr_length (insn);
|
||||
if (length <= 8)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue