Hi,

I checked in this patch to remove the extra break.

H.J.
---
Index: config/i386/i386.c
===================================================================
--- config/i386/i386.c  (revision 179810)
+++ config/i386/i386.c  (working copy)
@@ -28096,7 +28096,6 @@ ix86_expand_special_args_builtin (const 
       klass = store;
       memory = 0;
       break;
-      break;
     case UINT64_FTYPE_VOID:
     case UNSIGNED_FTYPE_VOID:
       nargs = 0;
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 179810)
+++ ChangeLog   (working copy)
@@ -1,3 +1,8 @@
+2011-10-11  H.J. Lu  <hongjiu...@intel.com>
+
+       * config/i386/i386.c (ix86_expand_special_args_builtin): Remove
+       the extra break.
+
 2011-10-11  Artjoms Sinkarovs  <artyom.shinkar...@gmail.com>
 
        * doc/invoke.texi: Document new warning.

Reply via email to