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
This commit is contained in:
Bo Thorsen 2001-04-09 18:54:58 +00:00 committed by Kazu Hirata
parent 5b3ad99f27
commit d4f33f6c82
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -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")])