This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH, rs6000] Obvious patch to fix erroneous comment
- From: Kelvin Nilsen <kdnilsen at linux dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: segher at gcc dot gnu dot org
- Date: Tue, 26 Jun 2018 14:06:54 -0500
- Subject: [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