summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-07 21:23:09 +0000
committerAlp Toker <alp@nuanti.com>2014-06-07 21:23:09 +0000
commit3c9b41b949f6a116df90461d3b48531349db1670 (patch)
treee1d5efc0987b81347092fb199ebddec97936d966 /lib/CodeGen/PrologEpilogInserter.cpp
parente4dda5f030e674c767a802231b754acc45b2542c (diff)
downloadllvm-3c9b41b949f6a116df90461d3b48531349db1670.tar.gz
llvm-3c9b41b949f6a116df90461d3b48531349db1670.tar.bz2
llvm-3c9b41b949f6a116df90461d3b48531349db1670.tar.xz
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp
index c74a42fd5d..1ba2c7418f 100644
--- a/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/lib/CodeGen/PrologEpilogInserter.cpp
@@ -160,7 +160,7 @@ bool PEI::runOnMachineFunction(MachineFunction &Fn) {
replaceFrameIndices(Fn);
// If register scavenging is needed, as we've enabled doing it as a
- // post-pass, scavenge the virtual registers that frame index elimiation
+ // post-pass, scavenge the virtual registers that frame index elimination
// inserted.
if (TRI->requiresRegisterScavenging(Fn) && FrameIndexVirtualScavenging)
scavengeFrameVirtualRegs(Fn);