summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-09-10 21:58:02 +0000
committerDale Johannesen <dalej@apple.com>2010-09-10 21:58:02 +0000
commit401e2d3386219ac2e5cf734334fcbf99ccfc8634 (patch)
tree9730a554eb4c5ff33bfe3f0ade06c0ed3eb21e5a /include/llvm-c/Core.h
parent220e240bdf3235252c2a1fc8fcc5d4b8e8117918 (diff)
downloadllvm-401e2d3386219ac2e5cf734334fcbf99ccfc8634.tar.gz
llvm-401e2d3386219ac2e5cf734334fcbf99ccfc8634.tar.bz2
llvm-401e2d3386219ac2e5cf734334fcbf99ccfc8634.tar.xz
Add missing X86 MMX declarations. Hopefully fixes buildbot?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r--include/llvm-c/Core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 9ac1c9c54b..148bc72341 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -409,10 +409,12 @@ unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);
LLVMTypeRef LLVMOpaqueTypeInContext(LLVMContextRef C);
+LLVMTypeRef LLVMX86MMXTypeInContext(LLVMContextRef C);
LLVMTypeRef LLVMVoidType(void);
LLVMTypeRef LLVMLabelType(void);
LLVMTypeRef LLVMOpaqueType(void);
+LLVMTypeRef LLVMX86MMXType(void);
/* Operations on type handles */
LLVMTypeHandleRef LLVMCreateTypeHandle(LLVMTypeRef PotentiallyAbstractTy);