Commit 816e239a by H.J. Lu Committed by H.J. Lu

Remove the extra break.

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
parent cdbb5ba3
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.
......@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment