diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2010-02-28 05:51:33 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2010-02-28 05:51:33 +0000 |
commit | a8053dfd27e1164185c5054640101706e9f239b7 (patch) | |
tree | 398f0b30559328485e459e41b26e6a5ce3e1bd2c /llvm/include/llvm-c | |
parent | 318317961c7e17505534168b6ea081c65ad68266 (diff) | |
download | bcm5719-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.h | 1 |
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); |