Fix a typo.

This commit is contained in:
Hans Wennborg 2019-11-30 13:23:49 +01:00
parent 905b002c13
commit cee62e6fcf
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ bool CodeGenPrepare::simplifyOffsetableRelocate(Instruction &I) {
// Collect all the relocate calls associated with a statepoint
AllRelocateCalls.push_back(Relocate);
// We need atleast one base pointer relocation + one derived pointer
// We need at least one base pointer relocation + one derived pointer
// relocation to mangle
if (AllRelocateCalls.size() < 2)
return false;