In recently committed patch to correct code generation for the vec_packsu 
(vector unsigned long long, vector unsigned long long) built-in function, I 
accidentally left a comment in place that was not relevant to the final patch 
that was committed.

This patch fixes that comment.  After regression testing, I have committed this 
patch as obvious.

gcc/testsuite/ChangeLog:

2018-06-26  Kelvin Nilsen  <kel...@gcc.gnu.org>

        * gcc.target/powerpc/builtins-1.c: Correct a comment.

Index: gcc/testsuite/gcc.target/powerpc/builtins-1.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/builtins-1.c       (revision 262149)
+++ gcc/testsuite/gcc.target/powerpc/builtins-1.c       (working copy)
@@ -288,7 +288,7 @@ int main ()
    vec_mul             mulld | mullw, mulhwu
    vec_nor             xxlnor
    vec_or              xxlor
-   vec_packsu          vpkudus (matches twice due to -dp option)
+   vec_packsu          vpkudus
    vec_                perm vperm
    vec_                round xvrdpi
    vec_sel             xxsel

Reply via email to