X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm-c%2FCore.h;h=9ac1c9c54b3ab918ca2fe5985c6126c16b8ecb4c;hp=75cee7d203a1f6bf5357ba69e61cdba7cada818f;hb=bb811a244567aa8a1522203f15588f4d001b7353;hpb=f9e49e86ee9f06c2808c6e57723c5650615e689d;ds=sidebyside diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 75cee7d203a..9ac1c9c54b3 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -204,7 +204,8 @@ typedef enum { LLVMPointerTypeKind, /**< Pointers */ LLVMOpaqueTypeKind, /**< Opaque: type with unknown structure */ LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ - LLVMMetadataTypeKind /**< Metadata */ + LLVMMetadataTypeKind, /**< Metadata */ + LLVMX86_MMXTypeKind /**< X86 MMX */ } LLVMTypeKind; typedef enum {