Commit 3e980143 by Bob Wilson Committed by Bob Wilson

* config/xtensa/xtensa.md (tstsi): Delete

From-SVN: r118949
parent a81126a5
2006-11-17 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.md (tstsi): Delete
2006-11-17 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.md (entry): Do not emit .frame directive.
2006-11-17 Bob Wilson <bob.wilson@acm.org>
......
......@@ -1221,17 +1221,6 @@
DONE;
})
(define_expand "tstsi"
[(set (cc0)
(match_operand:SI 0 "register_operand" ""))]
""
{
branch_cmp[0] = operands[0];
branch_cmp[1] = const0_rtx;
branch_type = CMP_SI;
DONE;
})
(define_expand "cmpsf"
[(set (cc0)
(compare:CC (match_operand:SF 0 "register_operand" "")
......
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