From: Daniel Dunbar Date: Thu, 12 Nov 2009 20:53:56 +0000 (+0000) Subject: Attempt to unbreak LLVM build, David G. please check. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=db99095cfe2690509a27820aa384bc528426e471;p=oota-llvm.git Attempt to unbreak LLVM build, David G. please check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87025 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Value.h b/include/llvm/Value.h index b485524b05b..87a6c02d297 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -224,6 +224,7 @@ public: NamedMDNodeVal, // This is an instance of NamedMDNode InlineAsmVal, // This is an instance of InlineAsm PseudoSourceValueVal, // This is an instance of PseudoSourceValue + FixedStackPseudoSourceValueVal, // This is an instance of PseudoSourceValue InstructionVal, // This is an instance of Instruction // Markers: