From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id 2F8B0396E864; Wed, 10 Mar 2021 16:20:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F8B0396E864 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: William Schmidt To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/wschmidt/heads/builtins7)] rs6000: **squash me** X-Act-Checkin: gcc X-Git-Author: Bill Schmidt X-Git-Refname: refs/users/wschmidt/heads/builtins7 X-Git-Oldrev: 007eee1058ad95dcbef85287274933a7962dbbe6 X-Git-Newrev: 2663610c702e419944ddb1d7d5a5c861ba2f59be Message-Id: <20210310162042.2F8B0396E864@sourceware.org> Date: Wed, 10 Mar 2021 16:20:42 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 16:20:42 -0000 https://gcc.gnu.org/g:2663610c702e419944ddb1d7d5a5c861ba2f59be commit 2663610c702e419944ddb1d7d5a5c861ba2f59be Author: Bill Schmidt Date: Wed Mar 10 10:20:20 2021 -0600 rs6000: **squash me** 2021-03-10 Bill Schmidt gcc/ * config/rs6000/rs6000-call.c (rs6000_expand_builtin): Remove useless comment. Diff: --- gcc/config/rs6000/rs6000-call.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c index 46776571959..fa50315e9b3 100644 --- a/gcc/config/rs6000/rs6000-call.c +++ b/gcc/config/rs6000/rs6000-call.c @@ -14460,9 +14460,6 @@ rs6000_expand_builtin (tree exp, rtx target, rtx subtarget ATTRIBUTE_UNUSED, case ALTIVEC_BUILTIN_VCFSX: case ALTIVEC_BUILTIN_VCTUXS: case ALTIVEC_BUILTIN_VCTSXS: - /* TODO: Replace this nonsense with a separate built-in for the - vectorizer to use, which I believe is the only way we get - into this situation. */ /* FIXME: There's got to be a nicer way to handle this case than constructing a new CALL_EXPR. */ if (call_expr_nargs (exp) == 1)