public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, i386]: Fix PR63702, possible missing break
@ 2014-10-31 23:35 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2014-10-31 23:35 UTC (permalink / raw)
  To: gcc-patches

Hello!

2014-10-31  Uros Bizjak  <ubizjak@gmail.com>

    PR target/63702
    * config/i386/i386.c (ix86_expand_args_builtin): Remove extra
    assignment to 'nargs' variable.

Bootstrapped and regtestedn on x86_64-linux-gnu, committed to mainline SVN.

Uros.

Index: config/i386/i386.c
===================================================================
--- config/i386/i386.c  (revision 216990)
+++ config/i386/i386.c  (working copy)
@@ -36273,7 +36273,6 @@ ix86_expand_args_builtin (const struct builtin_des
     case QI_FTYPE_V4DI_V4DI_QI:
     case V4SF_FTYPE_V2DF_V4SF_QI:
     case V4SF_FTYPE_V4DF_V4SF_QI:
-       nargs = 3;
     case V16SI_FTYPE_V16SI_V16SI_HI:
     case V16SI_FTYPE_V16SI_V16SI_V16SI:
     case V16SI_FTYPE_V4SI_V16SI_HI:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-31 21:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-31 23:35 [PATCH, i386]: Fix PR63702, possible missing break Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).