diff mbox

[committed] Remove redundant stmt in i386.c (PR other/77421)

Message ID 20160902162605.GJ14857@tucnak.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek Sept. 2, 2016, 4:26 p.m. UTC
Hi!

I've committed as obvious the following change.  I've tracked the redundant
stmt to appear in r216794, where just a bunch of new cases were added and
the redundant stmt together with those.

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.


	Jakub
diff mbox

Patch

--- gcc/config/i386/i386.c.jj	2016-09-01 11:43:48.000000000 +0200
+++ gcc/config/i386/i386.c	2016-09-02 14:13:33.089980709 +0200
@@ -34862,7 +34862,6 @@  ix86_expand_args_builtin (const struct b
     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;