projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdbb5ba
)
Remove the extra break.
author
H.J. Lu
<hongjiu.lu@intel.com>
Tue, 11 Oct 2011 17:25:07 +0000
(17:25 +0000)
committer
H.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
patch
|
blob
|
history
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 3aeb6abeda5297ce493b4709644e2c46c65d8588..8c9f7ec920b1b4e1ffc9b3dc28ec94c71e457ee2 100644
(file)
--- 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 21ce9b26ce90fa6ec44c04e50b444fad612e7daa..490bf4eae3ed87c6e20695627feafe2d7aeec681 100644
(file)
--- 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;