public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1236] or1k: Update unexpected empty split condition
@ 2021-06-05 11:44 Kewen Lin
  0 siblings, 0 replies; only message in thread
From: Kewen Lin @ 2021-06-05 11:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8afd2e822903b3df63e69bb04a2aa533047ceb01

commit r12-1236-g8afd2e822903b3df63e69bb04a2aa533047ceb01
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Fri May 28 00:21:11 2021 -0500

    or1k: Update unexpected empty split condition
    
    gcc/ChangeLog:
    
            * config/or1k/or1k.md (*movdi): Fix empty split condition.

Diff:
---
 gcc/config/or1k/or1k.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/or1k/or1k.md b/gcc/config/or1k/or1k.md
index eb94efba0e4..495b3e277ba 100644
--- a/gcc/config/or1k/or1k.md
+++ b/gcc/config/or1k/or1k.md
@@ -351,7 +351,7 @@
   "register_operand (operands[0], DImode)
    || reg_or_0_operand (operands[1], DImode)"
   "#"
-  ""
+  "&& 1"
   [(const_int 0)]
 {
   rtx l0 = operand_subword (operands[0], 0, 0, DImode);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-05 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 11:44 [gcc r12-1236] or1k: Update unexpected empty split condition Kewen Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).