From 3e9801438471b4fe815566ac103a330998b95940 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 17 Nov 2006 22:59:50 +0000 Subject: [PATCH] * config/xtensa/xtensa.md (tstsi): Delete From-SVN: r118949 --- gcc/ChangeLog | 4 ++++ gcc/config/xtensa/xtensa.md | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3859a94c8e9..41d4378cb56 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Bob Wilson + + * config/xtensa/xtensa.md (tstsi): Delete + 2006-11-17 Bob Wilson * config/xtensa/xtensa.md (entry): Do not emit .frame directive. diff --git a/gcc/config/xtensa/xtensa.md b/gcc/config/xtensa/xtensa.md index 487d8164760..41d2754d513 100644 --- a/gcc/config/xtensa/xtensa.md +++ b/gcc/config/xtensa/xtensa.md @@ -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" "")