From: David Greene Date: Thu, 12 Nov 2009 21:04:19 +0000 (+0000) Subject: Fix a build error by providing a missing enum value. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d7a18e420e1a95c06f551ded98531eb3ae97eaa9;p=oota-llvm.git Fix a build error by providing a missing enum value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87028 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 87a6c02d297..67d94458fec 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -226,7 +226,9 @@ public: PseudoSourceValueVal, // This is an instance of PseudoSourceValue FixedStackPseudoSourceValueVal, // This is an instance of PseudoSourceValue InstructionVal, // This is an instance of Instruction - + FixedStackPseudoSourceValueVal, // This is an instance of + // FixedStackPseudoSourceValue + // Markers: ConstantFirstVal = FunctionVal, ConstantLastVal = ConstantPointerNullVal