X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FAsmParser%2FLLParser.h;h=6ef92c12b5205dcd5ec21318537df6a2308d7e35;hp=7efcac7a19ae9e3fc3fcdcdcf8e9d84a75f8c263;hb=4f7a4bc79f67ae7255be56f78317368b9333ef0e;hpb=477137f4d70c7dce95d90e1c121f5cb168c4d891;ds=sidebyside diff --git a/lib/AsmParser/LLParser.h b/lib/AsmParser/LLParser.h index 7efcac7a19a..6ef92c12b52 100644 --- a/lib/AsmParser/LLParser.h +++ b/lib/AsmParser/LLParser.h @@ -52,13 +52,14 @@ namespace llvm { t_Null, t_Undef, t_Zero, // No value. t_EmptyArray, // No value: [] t_Constant, // Value in ConstantVal. - t_InlineAsm, // Value in StrVal/StrVal2/UIntVal. + t_InlineAsm, // Value in FTy/StrVal/StrVal2/UIntVal. t_ConstantStruct, // Value in ConstantStructElts. t_PackedConstantStruct // Value in ConstantStructElts. } Kind; LLLexer::LocTy Loc; unsigned UIntVal; + FunctionType *FTy; std::string StrVal, StrVal2; APSInt APSIntVal; APFloat APFloatVal;