mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user