projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf4c8c
)
Add a missing space to align comments.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 18 Jul 2004 00:56:58 +0000
(
00:56
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 18 Jul 2004 00:56:58 +0000
(
00:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14955
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Value.h
patch
|
blob
|
history
diff --git
a/include/llvm/Value.h
b/include/llvm/Value.h
index 1fe6902d8e604afb58ab86dcb74e16e29453e041..8d709339262befc7f7d7540f40b43daf06b5410c 100644
(file)
--- 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;