re PR other/77421 (Bugs found in GCC with the help of PVS-Studio)
PR other/77421 * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant assignment added in r216794. From-SVN: r239959
This commit is contained in:
parent
950f6c8519
commit
afef664724
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue