mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
[Statepoints] Minor cosmetic change; NFC
The verification failure message was missing a space. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50b70a6871
commit
497124346e
@ -1785,7 +1785,7 @@ void Verifier::verifyStatepoint(ImmutableCallSite CS) {
|
||||
Assert(Call, "illegal use of statepoint token", &CI, U);
|
||||
if (!Call) continue;
|
||||
Assert(isa<GCRelocateInst>(Call) || isa<GCResultInst>(Call),
|
||||
"gc.result or gc.relocate are the only value uses"
|
||||
"gc.result or gc.relocate are the only value uses "
|
||||
"of a gc.statepoint",
|
||||
&CI, U);
|
||||
if (isa<GCResultInst>(Call)) {
|
||||
|
Loading…
Reference in New Issue
Block a user