mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
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:
parent
8cf4c8cd05
commit
b0104d07ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user