diff options
| author | Alp Toker <alp@nuanti.com> | 2014-06-07 21:23:09 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-06-07 21:23:09 +0000 |
| commit | 5c53639492d672c365926c19672e42db96138112 (patch) | |
| tree | d13abfc1cc51998dd55be693033d95f986c45b4c /llvm/lib/CodeGen/PrologEpilogInserter.cpp | |
| parent | 17dd8efe9e37d7e5fcb659bee8f614cd6a0f5b7d (diff) | |
| download | bcm5719-llvm-5c53639492d672c365926c19672e42db96138112.tar.gz bcm5719-llvm-5c53639492d672c365926c19672e42db96138112.zip | |
Fix typos
llvm-svn: 210401
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/PrologEpilogInserter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp index c74a42fd5d5..1ba2c7418f2 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); |

