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:
parent
5b3ad99f27
commit
d4f33f6c82
@ -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
|
||||
|
@ -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")])
|
||||
|
Loading…
Reference in New Issue
Block a user