[gcc(refs/users/wschmidt/heads/builtins7)] rs6000: **squash me**

William Schmidt wschmidt@gcc.gnu.org
Wed Mar 10 16:20:42 GMT 2021


https://gcc.gnu.org/g:2663610c702e419944ddb1d7d5a5c861ba2f59be

commit 2663610c702e419944ddb1d7d5a5c861ba2f59be
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Wed Mar 10 10:20:20 2021 -0600

    rs6000: **squash me**
    
    2021-03-10  Bill Schmidt  <wschmidt@linux.ibm.com>
    
    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)


More information about the Gcc-cvs mailing list