forked from OSchip/llvm-project
[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses
Original patch by David Monniaux llvm-svn: 194074
This commit is contained in:
parent
53b74accc7
commit
ae0344b07f
|
@ -1110,6 +1110,9 @@ LLVMTypeRef LLVMX86MMXType(void);
|
|||
macro(BlockAddress) \
|
||||
macro(ConstantAggregateZero) \
|
||||
macro(ConstantArray) \
|
||||
macro(ConstantDataSequential) \
|
||||
macro(ConstantDataArray) \
|
||||
macro(ConstantDataVector) \
|
||||
macro(ConstantExpr) \
|
||||
macro(ConstantFP) \
|
||||
macro(ConstantInt) \
|
||||
|
|
Loading…
Reference in New Issue