diff options
author | Hans Wennborg <hans@chromium.org> | 2019-11-30 13:23:49 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2019-11-30 13:23:49 +0100 |
commit | cee62e6fcff6e833bedca1554f6df8f8234e9b13 (patch) | |
tree | 9a40c78a2fec61aced7ec6b755df54db2aab8bbf /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 905b002c139f039a32ab9bf1fad63d745d12423f (diff) | |
download | bcm5719-llvm-cee62e6fcff6e833bedca1554f6df8f8234e9b13.tar.gz bcm5719-llvm-cee62e6fcff6e833bedca1554f6df8f8234e9b13.zip |
Fix a typo.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp index 89f69bdf37e..0689f8e4f0c 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; |