projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3bd76
)
Remove a stray semicolon. [-Wpedantic]
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 24 Jul 2014 02:11:24 +0000
(
02:11
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 24 Jul 2014 02:11:24 +0000
(
02:11
+0000)
llvm-svn: 213833
llvm/include/llvm/IR/Value.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/IR/Value.h
b/llvm/include/llvm/IR/Value.h
index
9e4ee2d
..
1e86999
100644
(file)
--- a/
llvm/include/llvm/IR/Value.h
+++ b/
llvm/include/llvm/IR/Value.h
@@
-584,7
+584,7
@@
void Value::mergeUseListsImpl(Use *L, Use *R, Use **Next, Compare Cmp) {
}
*Next = L;
mergeUseListsImpl(L->Next, R, &L->Next, Cmp);
-}
;
+}
// isa - Provide some specializations of isa so that we don't have to include
// the subtype header files to test to see if the value is a subclass...