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 be851acfb0
commit f3ecd97cd8
1 changed files with 3 additions and 1 deletions

View File

@ -226,6 +226,8 @@ 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,