i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one.
authorBo Thorsen <bo@suse.co.uk>
Mon, 9 Apr 2001 18:54:58 +0000 (18:54 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 9 Apr 2001 18:54:58 +0000 (18:54 +0000)
2001-04-09  Bo Thorsen  <bo@suse.co.uk>

* config/i386/i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one.

From-SVN: r41211

gcc/ChangeLog
gcc/config/i386/i386.md

index d25355f..d6dcb7d 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-09  Bo Thorsen  <bo@suse.co.uk>
+
+       * config/i386/i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one.
+
 2001-04-09  Andrew MacLeod  <amacleod@redhat.com>
 
        * output.h (set_block_num): Missed it earlier, remove deprecated 
index fb43781..9b8a704 100644 (file)
 (define_insn "*lea_1_zext"
   [(set (match_operand:DI 0 "register_operand" "=r")
        (zero_extend:DI (subreg:SI (match_operand:DI 1 "address_operand" "p") 0)))]
-  "TARGET_64BIT && TARGET_64BIT"
+  "TARGET_64BIT"
   "lea{l}\\t{%a1, %k0|%k0, %a1}"
   [(set_attr "type" "lea")
    (set_attr "mode" "SI")])