Add in movntdqa intrinsic for load hint.

llvm-svn: 97903
This commit is contained in:
Eric Christopher 2010-03-07 06:28:34 +00:00
parent 87990fe5df
commit 8fffe75eaa
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ BUILTIN(__builtin_ia32_roundsd, "V2dV2dV2di", "")
BUILTIN(__builtin_ia32_roundpd, "V2dV2di", "")
BUILTIN(__builtin_ia32_dpps, "V4fV4fV4fi", "")
BUILTIN(__builtin_ia32_dppd, "V2dV2dV2di", "")
BUILTIN(__builtin_ia32_movntdqa, "V2LLiV2LLi*", "")
#undef BUILTIN