mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Remove a stray semicolon. [-Wpedantic]
llvm-svn: 213833
This commit is contained in:
parent
dbff653a5a
commit
38a014b6ba
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user