1
0
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:
Peter Zotov 2013-11-05 12:55:37 +00:00
parent d7002e4dd1
commit 7dcd58a3c6

View File

@ -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) \