From: Kewen Lin Date: Fri, 28 May 2021 05:20:49 +0000 (-0500) Subject: arm: Update unexpected empty split condition X-Git-Tag: upstream/12.2.0~7488 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9651794fff3a16c476e148de855d4f2136234c73;p=platform%2Fupstream%2Fgcc.git 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. --- 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;