aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-11 17:35:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-11 17:35:57 +0000
commit135c6a9d838dfd85835eb7756cba81f7dc297db4 (patch)
tree4261f252c447c7b1c15002c613d34da5c340f74f /include
parent1e83c6f5f1ef0cba3348ed44403617ee29d79b02 (diff)
downloadexternal_llvm-135c6a9d838dfd85835eb7756cba81f7dc297db4.zip
external_llvm-135c6a9d838dfd85835eb7756cba81f7dc297db4.tar.gz
external_llvm-135c6a9d838dfd85835eb7756cba81f7dc297db4.tar.bz2
Misc. intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IntrinsicsX86.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/IntrinsicsX86.td b/include/llvm/IntrinsicsX86.td
index ca154ed..8bb0d95 100644
--- a/include/llvm/IntrinsicsX86.td
+++ b/include/llvm/IntrinsicsX86.td
@@ -140,7 +140,8 @@ let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
// Cacheability support ops
let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
def int_x86_sse_prefetch : GCCBuiltin<"__builtin_ia32_prefetch">,
- Intrinsic<[llvm_ptr_ty, llvm_int_ty], [IntrWriteMem]>;
+ Intrinsic<[llvm_void_ty, llvm_ptr_ty,
+ llvm_int_ty], [IntrWriteMem]>;
def int_x86_sse_movnt_ps : GCCBuiltin<"__builtin_ia32_movntps">,
Intrinsic<[llvm_void_ty, llvm_ptr_ty,
llvm_v4f32_ty], [IntrWriteMem]>;