X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FLLVMContextImpl.h;h=6ea4b48e79b78635c2f649f7d9891695a0a0f70a;hb=6c3541d5597033bdb2f26f5ade811b482c32a39a;hp=6df804ab084430179698994fa96267fe55076538;hpb=30268be89df6444f5ffb585439b3fbfec9055197;p=oota-llvm.git diff --git a/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h index 6df804ab084..6ea4b48e79b 100644 --- a/lib/VMCore/LLVMContextImpl.h +++ b/lib/VMCore/LLVMContextImpl.h @@ -119,7 +119,8 @@ public: /// will be automatically deleted if this context is deleted. SmallPtrSet OwnedModules; - void *InlineAsmDiagHandler, *InlineAsmDiagContext; + LLVMContext::InlineAsmDiagHandlerTy InlineAsmDiagHandler; + void *InlineAsmDiagContext; typedef DenseMap IntMapTy; @@ -174,6 +175,7 @@ public: const Type X86_FP80Ty; const Type FP128Ty; const Type PPC_FP128Ty; + const Type X86_MMXTy; const IntegerType Int1Ty; const IntegerType Int8Ty; const IntegerType Int16Ty; @@ -182,7 +184,7 @@ public: // Concrete/Abstract TypeDescriptions - We lazily calculate type descriptions // for types as they are needed. Because resolution of types must invalidate - // all of the abstract type descriptions, we keep them in a seperate map to + // all of the abstract type descriptions, we keep them in a separate map to // make this easy. TypePrinting ConcreteTypeDescriptions; TypePrinting AbstractTypeDescriptions;