forked from OSchip/llvm-project
Fix a typo.
This commit is contained in:
parent
905b002c13
commit
cee62e6fcf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue