projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b678d9
)
i386.c (ix86_expand_vector_init_one_nonzero): Add the missing break.
author
H.J. Lu
<hongjiu.lu@intel.com>
Tue, 20 May 2008 21:39:45 +0000
(21:39 +0000)
committer
H.J. Lu
<hjl@gcc.gnu.org>
Tue, 20 May 2008 21:39:45 +0000
(14:39 -0700)
2008-05-20 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
the missing break.
From-SVN: r135682
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 676369520a83b35a263f4c1bc0c688a3e3d05d39..41e28d4981da884ede20423e8ff0e034e15fd066 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,8
@@
+2008-05-20 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
+ the missing break.
+
2008-05-20 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.h (machine_function): Add 'is_OS_main' field.
diff --git
a/gcc/config/i386/i386.c
b/gcc/config/i386/i386.c
index 5dc79afa41437a08becb85d7d5748bc42e96032b..c61cc8a87cf2fdc1190df81eab8f4693292b5823 100644
(file)
--- a/
gcc/config/i386/i386.c
+++ b/
gcc/config/i386/i386.c
@@
-23672,6
+23672,7
@@
ix86_expand_vector_init_one_nonzero (bool mmx_ok, enum machine_mode mode,
break;
case V4HImode:
use_vector_set = TARGET_SSE || TARGET_3DNOW_A;
+ break;
default:
break;
}