mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses
Original patch by David Monniaux llvm-svn: 194074
This commit is contained in:
parent
d7002e4dd1
commit
7dcd58a3c6
@ -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
Block a user