mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses
Original patch by David Monniaux git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
225146951e
commit
0fac3dfa41
@ -1110,6 +1110,9 @@ LLVMTypeRef LLVMX86MMXType(void);
|
|||||||
macro(BlockAddress) \
|
macro(BlockAddress) \
|
||||||
macro(ConstantAggregateZero) \
|
macro(ConstantAggregateZero) \
|
||||||
macro(ConstantArray) \
|
macro(ConstantArray) \
|
||||||
|
macro(ConstantDataSequential) \
|
||||||
|
macro(ConstantDataArray) \
|
||||||
|
macro(ConstantDataVector) \
|
||||||
macro(ConstantExpr) \
|
macro(ConstantExpr) \
|
||||||
macro(ConstantFP) \
|
macro(ConstantFP) \
|
||||||
macro(ConstantInt) \
|
macro(ConstantInt) \
|
||||||
|
Loading…
Reference in New Issue
Block a user