summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-30 09:11:50 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-30 09:11:50 +0000
commita89d4b5f2fde57320966a085b43bc6d35772338c (patch)
tree4be7a79fbbbb479a4939bd892de9d3c2c839d0ef /llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
parent32f21834835cf00f3a25bef4b91d40cf19c22488 (diff)
downloadbcm5719-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.cpp2
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) {
OpenPOWER on IntegriCloud