OSDN Git Service

* config/xtensa/xtensa.md (tstsi): Delete
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Nov 2006 22:59:50 +0000 (22:59 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Nov 2006 22:59:50 +0000 (22:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118949 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/xtensa/xtensa.md

index 3859a94..41d4378 100644 (file)
@@ -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>
index 487d816..41d2754 100644 (file)
   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" "")