Commit cb694d2c by Jakub Jelinek Committed by Jakub Jelinek

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
parent cde6e684
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)]
"
{
......
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