Commit 6ebec6ee by Gavin Romig-Koch

(div_trap_mips16): Remove nop's after branches.

Properly this time.

From-SVN: r25006
parent 5b2179e8
......@@ -2490,15 +2490,16 @@
have_dep_anti = 1;
if (! have_dep_anti)
{
/* No branch delay slots on mips16. */
if (GET_CODE (operands[1]) == CONST_INT)
return \"%(bnez\\t%0,1f\\n\\tnop\\n\\tbreak\\t%2\\n1:%)\";
return \"%(bnez\\t%0,1f\\n\\tbreak\\t%2\\n1:%)\";
else
return \"%(bne\\t%0,%1,1f\\n\\tnop\\n\\tbreak\\t%2\\n1:%)\";
return \"%(bne\\t%0,%1,1f\\n\\tbreak\\t%2\\n1:%)\";
}
return \"\";
}"
[(set_attr "type" "unknown")
(set_attr "length" "4")])
(set_attr "length" "3")])
(define_expand "divsi3"
[(set (match_operand:SI 0 "register_operand" "=l")
......
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