Commit 4cba945d by Adam Nemet Committed by Adam Nemet

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
parent aaeee6d6
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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment