diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-18 00:56:58 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-18 00:56:58 +0000 |
commit | b0104d07ee56e1d44a58b80eef153d73ed610a7a (patch) | |
tree | a2edf10b6a95c39ff723728805af1e4fedae7e74 /include | |
parent | 8cf4c8cd05483d2e270f4be759aafa416369c43e (diff) | |
download | external_llvm-b0104d07ee56e1d44a58b80eef153d73ed610a7a.zip external_llvm-b0104d07ee56e1d44a58b80eef153d73ed610a7a.tar.gz external_llvm-b0104d07ee56e1d44a58b80eef153d73ed610a7a.tar.bz2 |
Add a missing space to align comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 1fe6902..8d70933 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -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; |