Correct an entry

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-04-10 21:41:39 +00:00
parent aa9fb8c70e
commit adf29e4e3f

View File

@ -770,8 +770,8 @@ http://llvm.org/bugs/show_bug.cgi?id=729
#include <emmintrin.h>
void test(__m128 *res, __m128 *A) {
*res = _mm_shuffle_ps(*A, *A, 0xF0);
void test(__m128 *res, __m128 *A, __m128 *B) {
*res = _mm_shuffle_ps(*A, *B, 0xF0);
}
We should emit