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