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 | 7c6b3d17f063efd38fc933f46a9cc6a4f53611c4 (patch) | |
| tree | c63b7099a5a344ac6fa9066d08d47323d0e6f677 | |
| parent | e5a4cee9ab503125f03b4cacfac2bf27c3f22588 (diff) | |
| download | bcm5719-llvm-7c6b3d17f063efd38fc933f46a9cc6a4f53611c4.tar.gz bcm5719-llvm-7c6b3d17f063efd38fc933f46a9cc6a4f53611c4.zip | |
Add a missing space to align comments.
llvm-svn: 14955
| -rw-r--r-- | llvm/include/llvm/Value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Value.h b/llvm/include/llvm/Value.h index 1fe6902d8e6..8d709339262 100644 --- a/llvm/include/llvm/Value.h +++ b/llvm/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; |

