aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKewen Lin <linkw@linux.ibm.com>2021-05-28 00:21:14 -0500
committerKewen Lin <linkw@linux.ibm.com>2021-06-05 06:41:29 -0500
commit081c9dfb67a0d2e7425ddb5420ada588026f92ca (patch)
treed0bf50aea9de563605a232e0aacdf946bd83bdc1 /gcc
parent10f36fe50cb3cb75d17903df116719ee2f4e492c (diff)
downloadgcc-081c9dfb67a0d2e7425ddb5420ada588026f92ca.zip
gcc-081c9dfb67a0d2e7425ddb5420ada588026f92ca.tar.gz
gcc-081c9dfb67a0d2e7425ddb5420ada588026f92ca.tar.bz2
sh: Update unexpected empty split condition
gcc/ChangeLog: * config/sh/sh.md (doloop_end_split): Fix empty split condition.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sh/sh.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md
index e3af9ae..93ee7c9 100644
--- a/gcc/config/sh/sh.md
+++ b/gcc/config/sh/sh.md
@@ -6424,7 +6424,7 @@
(clobber (reg:SI T_REG))]
"TARGET_SH2"
"#"
- ""
+ "&& 1"
[(parallel [(set (reg:SI T_REG)
(eq:SI (match_dup 2) (const_int 1)))
(set (match_dup 0) (plus:SI (match_dup 2) (const_int -1)))])