Fix a build error by providing a missing enum value.

llvm-svn: 87028
This commit is contained in:
David Greene 2009-11-12 21:04:19 +00:00
parent 9934b1d063
commit 0214dc168f

View File

@ -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