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:
02f77d1
)
remove a comma to compile with pedantic gcc
author
Chris Lattner
<sabre@nondot.org>
Sat, 8 Oct 2005 01:24:19 +0000
(
01:24
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 8 Oct 2005 01:24:19 +0000
(
01:24
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23667
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 f71491d36ea26ee3e3516f8e7c9471bf9f307f05..e02cec132ea2659774052d0fcc16be170a6dba00 100644
(file)
--- a/
include/llvm/Value.h
+++ b/
include/llvm/Value.h
@@
-158,7
+158,7
@@
public:
// Markers:
ConstantFirstVal = FunctionVal,
- ConstantLastVal = ConstantPointerNullVal
,
+ ConstantLastVal = ConstantPointerNullVal
};
unsigned getValueType() const {
return SubclassID;