From: Peter Zotov Date: Tue, 5 Nov 2013 12:55:37 +0000 (+0000) Subject: [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subclasses X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0fac3dfa4153dc6064d299fe0a0933630ae3f840;p=oota-llvm.git [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 --- diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index e18c77c5d72..89ddf418b2f 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -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) \