aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2000-08-21 15:10:42 +0000
committerJakub Jelinek <jakub@redhat.com>2000-08-21 15:10:42 +0000
commit79d6bd46d4d191e611bce259e930f797e936b93d (patch)
tree52eaa4bce42ce98872ea39308224777d416f34a8 /gcc/config/i386/i386.md
parentc63ad9f760998dbfeaabeab9366177d785101fc4 (diff)
* config/i386/i386.md (lea_general_1): Copy insn condition to split
condition. (lea_general_2, lea_general_3): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@35846 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r--gcc/config/i386/i386.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 1d771e4a5cd..cada4dfcf56 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -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)]
"
{