[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses
authorPeter Zotov <whitequark@whitequark.org>
Tue, 5 Nov 2013 12:55:37 +0000 (12:55 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Tue, 5 Nov 2013 12:55:37 +0000 (12:55 +0000)
Original patch by David Monniaux

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194074 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Core.h

index e18c77c5d7253bf867bf741626ac928700ec27c5..89ddf418b2f4328de18891dd1f4512c4494b9b90 100644 (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)                    \