aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKewen Lin <linkw@linux.ibm.com>2021-05-28 00:20:49 -0500
committerKewen Lin <linkw@linux.ibm.com>2021-06-04 06:05:33 -0500
commit9651794fff3a16c476e148de855d4f2136234c73 (patch)
tree424f89694de86e6682d3d59b2399439fb61e84be
parented106d6544c785ca61296a64bec4b33b703dc586 (diff)
downloadgcc-9651794fff3a16c476e148de855d4f2136234c73.zip
gcc-9651794fff3a16c476e148de855d4f2136234c73.tar.gz
gcc-9651794fff3a16c476e148de855d4f2136234c73.tar.bz2
arm: Update unexpected empty split condition
gcc/ChangeLog: * config/arm/vfp.md (no_literal_pool_df_immediate, no_literal_pool_sf_immediate): Fix empty split condition.
-rw-r--r--gcc/config/arm/vfp.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md
index f97af92..55b6c1a 100644
--- a/gcc/config/arm/vfp.md
+++ b/gcc/config/arm/vfp.md
@@ -2129,7 +2129,7 @@
&& !arm_const_double_rtx (operands[1])
&& !(TARGET_VFP_DOUBLE && vfp3_const_double_rtx (operands[1]))"
"#"
- ""
+ "&& 1"
[(const_int 0)]
{
long buf[2];
@@ -2154,7 +2154,7 @@
&& TARGET_VFP_BASE
&& !vfp3_const_double_rtx (operands[1])"
"#"
- ""
+ "&& 1"
[(const_int 0)]
{
long buf;