diff mbox

PATCH: Remove the extra break

Message ID 20111011172545.GA29810@intel.com
State New
Headers show

Commit Message

H.J. Lu Oct. 11, 2011, 5:25 p.m. UTC
Hi,

I checked in this patch to remove the extra break.

H.J.
---
diff mbox

Patch

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