aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-11-17 22:59:50 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2006-11-17 22:59:50 +0000
commit3e9801438471b4fe815566ac103a330998b95940 (patch)
treebb207b19c968c13b4dbb971a3ce8056898e04b4c /gcc
parenta81126a5401527a8e19dd0f850ab0f76954d64c2 (diff)
downloadgcc-3e9801438471b4fe815566ac103a330998b95940.zip
gcc-3e9801438471b4fe815566ac103a330998b95940.tar.gz
gcc-3e9801438471b4fe815566ac103a330998b95940.tar.bz2
* config/xtensa/xtensa.md (tstsi): Delete
From-SVN: r118949
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/xtensa/xtensa.md11
2 files changed, 4 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3859a94..41d4378 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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>
diff --git a/gcc/config/xtensa/xtensa.md b/gcc/config/xtensa/xtensa.md
index 487d816..41d2754 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" "")