summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2010-02-28 05:51:33 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2010-02-28 05:51:33 +0000
commita8053dfd27e1164185c5054640101706e9f239b7 (patch)
tree398f0b30559328485e459e41b26e6a5ce3e1bd2c /llvm/include/llvm-c
parent318317961c7e17505534168b6ea081c65ad68266 (diff)
downloadbcm5719-llvm-a8053dfd27e1164185c5054640101706e9f239b7.tar.gz
bcm5719-llvm-a8053dfd27e1164185c5054640101706e9f239b7.zip
Add the new union arthmetic instructions to llvm-c and ocaml.
llvm-svn: 97371
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index fdfc7e90fe9..14654e07554 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -551,6 +551,7 @@ LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy,
LLVMValueRef LLVMConstStruct(LLVMValueRef *ConstantVals, unsigned Count,
LLVMBool Packed);
LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
+LLVMValueRef LLVMConstUnion(LLVMTypeRef Ty, LLVMValueRef Val);
/* Constant expressions */
LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
OpenPOWER on IntegriCloud