public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, PR target/68405, i386, committed] Add missing break
@ 2015-11-18 12:04 Ilya Enkovich
  0 siblings, 0 replies; only message in thread
From: Ilya Enkovich @ 2015-11-18 12:04 UTC (permalink / raw)
  To: gcc-patches

Hi,

This patch adds missing break for ix86_expand_mask_vec_cmp.  Bootstrapped and tested on x86_64-unknown-linux-gnu.  Committed to trunk as obvious.

Thanks,
Ilya
--
gcc/

2015-11-18  Ilya Enkovich  <enkovich.gnu@gmail.com>

	PR target/68405
	* config/i386/i386.c (ix86_expand_mask_vec_cmp): Add missing
	break.


diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 6173dae..43cbdfb 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -22948,6 +22948,8 @@ ix86_expand_mask_vec_cmp (rtx operands[])
     case GEU:
     case LTU:
       unspec_code = UNSPEC_UNSIGNED_PCMP;
+      break;
+
     default:
       unspec_code = UNSPEC_PCMP;
     }

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

only message in thread, other threads:[~2015-11-18 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-18 12:04 [PATCH, PR target/68405, i386, committed] Add missing break Ilya Enkovich

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).