Commit d4f33f6c by Bo Thorsen Committed by Kazu Hirata

i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one.

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

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

From-SVN: r41211
parent 5b3ad99f
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
......
......@@ -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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment