i386.md (lea_general_1): Copy insn condition to split condition.
* config/i386/i386.md (lea_general_1): Copy insn condition to split condition. (lea_general_2, lea_general_3): Likewise. From-SVN: r35846
This commit is contained in:
parent
cde6e6843d
commit
cb694d2c7b
@ -1,3 +1,9 @@
|
||||
2000-08-21 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/i386/i386.md (lea_general_1): Copy insn condition to split
|
||||
condition.
|
||||
(lea_general_2, lea_general_3): Likewise.
|
||||
|
||||
2000-08-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
|
||||
|
@ -3755,7 +3755,7 @@
|
||||
&& (GET_MODE (operands[0]) == GET_MODE (operands[3])
|
||||
|| GET_MODE (operands[3]) == VOIDmode)"
|
||||
"#"
|
||||
"reload_completed"
|
||||
"&& reload_completed"
|
||||
[(const_int 0)]
|
||||
"
|
||||
{
|
||||
@ -3785,7 +3785,7 @@
|
||||
&& (GET_MODE (operands[0]) == GET_MODE (operands[3])
|
||||
|| GET_MODE (operands[3]) == VOIDmode)"
|
||||
"#"
|
||||
"reload_completed"
|
||||
"&& reload_completed"
|
||||
[(const_int 0)]
|
||||
"
|
||||
{
|
||||
@ -3814,7 +3814,7 @@
|
||||
&& GET_MODE (operands[0]) == GET_MODE (operands[1])
|
||||
&& GET_MODE (operands[0]) == GET_MODE (operands[3])"
|
||||
"#"
|
||||
"reload_completed"
|
||||
"&& reload_completed"
|
||||
[(const_int 0)]
|
||||
"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user