This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Obvious patch


This is an obvious fix. Please commit it if you can get through to the cvs
server. I don't have write access yet.

Bo.

2001-04-09  Bo Thorsen  <bo@suse.co.uk>

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

Index: i386.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.md,v
retrieving revision 1.259
diff -u -r1.259 i386.md
--- i386.md     2001/04/09 13:10:22     1.259
+++ i386.md     2001/04/09 14:55:36
@@ -5341,7 +5341,7 @@
 (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")])

-- 

     Bo Thorsen                 |   28 Merton Road
     Free software developer    |   Slough, SL1 1QW
     SuSE Labs                  |   England


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]