diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-06-30 09:11:50 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-06-30 09:11:50 +0000 |
commit | a89d4b5f2fde57320966a085b43bc6d35772338c (patch) | |
tree | 4be7a79fbbbb479a4939bd892de9d3c2c839d0ef /llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp | |
parent | 32f21834835cf00f3a25bef4b91d40cf19c22488 (diff) | |
download | bcm5719-llvm-a89d4b5f2fde57320966a085b43bc6d35772338c.tar.gz bcm5719-llvm-a89d4b5f2fde57320966a085b43bc6d35772338c.zip |
fix trivial typos, NFC
llvm-svn: 306808
Diffstat (limited to 'llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp')
-rw-r--r-- | llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp b/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp index 5d82571ff94..4a34e3101cb 100644 --- a/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp +++ b/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp @@ -564,7 +564,7 @@ Iter Filler::replaceWithCompactBranch(MachineBasicBlock &MBB, Iter Branch, // For given opcode returns opcode of corresponding instruction with short // delay slot. -// For the pseudo TAILCALL*_MM instrunctions return the short delay slot +// For the pseudo TAILCALL*_MM instructions return the short delay slot // form. Unfortunately, TAILCALL<->b16 is denied as b16 has a limited range // that is too short to make use of for tail calls. static int getEquivalentCallShort(int Opcode) { |