This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, rs6000] Obvious patch to fix erroneous comment


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  <kelvin@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]