@@ -160,10 +160,10 @@ typedef enum {
160
160
LLVMVectorTypeKind , /**< Fixed width SIMD vector type */
161
161
LLVMMetadataTypeKind , /**< Metadata */
162
162
LLVMX86_MMXTypeKind , /**< X86 MMX */
163
- LLVMX86_AMXTypeKind , /**< X86 AMX */
164
163
LLVMTokenTypeKind , /**< Tokens */
165
164
LLVMScalableVectorTypeKind , /**< Scalable SIMD vector type */
166
- LLVMBFloatTypeKind /**< 16 bit brain floating point type */
165
+ LLVMBFloatTypeKind , /**< 16 bit brain floating point type */
166
+ LLVMX86_AMXTypeKind /**< X86 AMX */
167
167
} LLVMTypeKind ;
168
168
169
169
typedef enum {
@@ -270,7 +270,6 @@ typedef enum {
270
270
LLVMConstantVectorValueKind ,
271
271
272
272
LLVMUndefValueValueKind ,
273
- LLVMPoisonValueValueKind ,
274
273
LLVMConstantAggregateZeroValueKind ,
275
274
LLVMConstantDataArrayValueKind ,
276
275
LLVMConstantDataVectorValueKind ,
@@ -283,6 +282,7 @@ typedef enum {
283
282
LLVMInlineAsmValueKind ,
284
283
285
284
LLVMInstructionValueKind ,
285
+ LLVMPoisonValueValueKind
286
286
} LLVMValueKind ;
287
287
288
288
typedef enum {
0 commit comments