diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3aeb6ab..8c9f7ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 21ce9b2..490bf4ea 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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; |