mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-16 05:49:40 +08:00
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
@ -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…
Reference in New Issue
Block a user