1
0
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:
NAKAMURA Takumi 2014-07-24 02:11:24 +00:00
parent dbff653a5a
commit 38a014b6ba

View File

@ -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...