]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/xtensa/xtensa.md (tstsi): Delete
authorBob Wilson <bob.wilson@acm.org>
Fri, 17 Nov 2006 22:59:50 +0000 (22:59 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 17 Nov 2006 22:59:50 +0000 (22:59 +0000)
From-SVN: r118949

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

index 3859a94c8e9d8308745cb797dddaadb31b676862..41d4378cb56781373b88ebd720e801f60af95703 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 487d8164760d4be9f546a72746ee26081a0fcb99..41d2754d51375bd667f7f73ff0585ae2c1035f39 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" "")