re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)
authorJakub Jelinek <jakub@redhat.com>
Fri, 2 Sep 2016 16:18:35 +0000 (18:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 2 Sep 2016 16:18:35 +0000 (18:18 +0200)
PR other/77421
* config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
assignment added in r216794.

From-SVN: r239959

gcc/ChangeLog
gcc/config/i386/i386.c

index cae775f393d2b483901f75bc86043a689ea5d666..bac7072a0c2c9afaca15fbaaadfb6e602ccf23c8 100644 (file)
@@ -1,3 +1,9 @@
+2016-09-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/77421
+       * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
+       assignment added in r216794.
+
 2016-09-02  David Malcolm  <dmalcolm@redhat.com>
 
        * Makefile.in (OBJS): Add typed-splay-tree.o.
index 3ac115c64f717f928eeb8085fea941383121df85..dc92f9be53bb48b969a59a6e1e16e9bb2b010a0f 100644 (file)
@@ -34862,7 +34862,6 @@ ix86_expand_args_builtin (const struct builtin_description *d,
     case V4DI_FTYPE_V4DI_V4DI_V4DI_INT_UQI:
     case V4SI_FTYPE_V4SI_V4SI_V4SI_INT_UQI:
     case V2DI_FTYPE_V2DI_V2DI_V2DI_INT_UQI:
-       nargs = 5;
       nargs = 5;
       mask_pos = 1;
       nargs_constant = 1;