diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2016-01-19 16:50:45 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-01-19 16:50:45 +0000 |
| commit | 401a4ab8d8511d50648940afdcb90df5ce42801f (patch) | |
| tree | def2873d942b9e0f37db6afa616dc3bd7c91af37 /llvm/lib | |
| parent | d9658d16fd1cad86491eed5b153828bf848f8b75 (diff) | |
| download | bcm5719-llvm-401a4ab8d8511d50648940afdcb90df5ce42801f.tar.gz bcm5719-llvm-401a4ab8d8511d50648940afdcb90df5ce42801f.zip | |
Typo.
llvm-svn: 258137
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64FrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp b/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp index 3c57644c483..a664528864a 100644 --- a/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp +++ b/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp @@ -186,7 +186,7 @@ void AArch64FrameLowering::eliminateCallFramePseudoInstr( // 2) For 12-bit <= offset <= 24-bit, we use two instructions. One uses // LSL #0, and the other uses LSL #12. // - // Mostly call frames will be allocated at the start of a function so + // Most call frames will be allocated at the start of a function so // this is OK, but it is a limitation that needs dealing with. assert(Amount > -0xffffff && Amount < 0xffffff && "call frame too large"); emitFrameOffset(MBB, I, DL, AArch64::SP, AArch64::SP, Amount, TII); |

