Add a missing space to align comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-07-18 00:56:58 +00:00
parent 8cf4c8cd05
commit b0104d07ee

View File

@ -128,7 +128,7 @@ public:
GlobalVariableVal, // This is an instance of GlobalVariable
ConstantVal, // This is an instance of Constant
InstructionVal, // This is an instance of Instruction
ValueListVal // This is for bcreader, a special ValTy
ValueListVal // This is for bcreader, a special ValTy
};
unsigned getValueType() const {
return SubclassID;