aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commit5c53639492d672c365926c19672e42db96138112 (patch)
treed13abfc1cc51998dd55be693033d95f986c45b4c /llvm/lib/CodeGen/PrologEpilogInserter.cpp
parent17dd8efe9e37d7e5fcb659bee8f614cd6a0f5b7d (diff)
downloadllvm-5c53639492d672c365926c19672e42db96138112.zip
llvm-5c53639492d672c365926c19672e42db96138112.tar.gz
llvm-5c53639492d672c365926c19672e42db96138112.tar.bz2
Fix typos
llvm-svn: 210401
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r--llvm/lib/CodeGen/PrologEpilogInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
index c74a42f..1ba2c74 100644
--- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/llvm/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);