Remove the extra break.
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 11 Oct 2011 17:25:07 +0000 (17:25 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 11 Oct 2011 17:25:07 +0000 (10:25 -0700)
2011-10-11  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_expand_special_args_builtin): Remove
the extra break.

From-SVN: r179812

gcc/ChangeLog
gcc/config/i386/i386.c

index 3aeb6abeda5297ce493b4709644e2c46c65d8588..8c9f7ec920b1b4e1ffc9b3dc28ec94c71e457ee2 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (ix86_expand_special_args_builtin): Remove
+       the extra break.
+
 2011-10-11  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
 
        * doc/invoke.texi: Document new warning.
index 21ce9b26ce90fa6ec44c04e50b444fad612e7daa..490bf4eae3ed87c6e20695627feafe2d7aeec681 100644 (file)
@@ -28096,7 +28096,6 @@ ix86_expand_special_args_builtin (const struct builtin_description *d,
       klass = store;
       memory = 0;
       break;
-      break;
     case UINT64_FTYPE_VOID:
     case UNSIGNED_FTYPE_VOID:
       nargs = 0;