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