[llvm] cee62e6 - Fix a typo.
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 30 04:24:15 PST 2019
Author: Hans Wennborg
Date: 2019-11-30T13:23:49+01:00
New Revision: cee62e6fcff6e833bedca1554f6df8f8234e9b13
URL: https://github.com/llvm/llvm-project/commit/cee62e6fcff6e833bedca1554f6df8f8234e9b13
DIFF: https://github.com/llvm/llvm-project/commit/cee62e6fcff6e833bedca1554f6df8f8234e9b13.diff
LOG: Fix a typo.
Added:
Modified:
llvm/lib/CodeGen/CodeGenPrepare.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 89f69bdf37e9..0689f8e4f0c3 100644
--- a/llvm/lib/CodeGen/CodeGenPrepare.cpp
+++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -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;
More information about the llvm-commits
mailing list