[_mm_prefetch] Returning previously deleted comment.

No functional change.  It's unclear if the word FIXME is relevant given 
that the macro behaves as intended.

llvm-svn: 201920
This commit is contained in:
Warren Hunt 2014-02-22 00:47:24 +00:00
parent 090995122d
commit 0dc28ea301
1 changed files with 3 additions and 0 deletions

View File

@ -673,6 +673,9 @@ _mm_storer_ps(float *__p, __m128 __a)
#define _MM_HINT_NTA 0
#ifndef _MSC_VER
/* FIXME: We have to #define this because "sel" must be a constant integer, and
Sema doesn't do any form of constant propagation yet. */
#define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel)))
#endif