From 16c818820be16f2564adceb5977fcde66f38b298 Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Wed, 31 Aug 2016 12:43:44 +0000 Subject: [PATCH] Typo fixes. NFC llvm-svn: 280229 --- llvm/include/llvm/CodeGen/StackMaps.h | 2 +- llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/CodeGen/StackMaps.h b/llvm/include/llvm/CodeGen/StackMaps.h index 2b5a432..2e50689b 100644 --- a/llvm/include/llvm/CodeGen/StackMaps.h +++ b/llvm/include/llvm/CodeGen/StackMaps.h @@ -24,7 +24,7 @@ class MCStreamer; /// \brief MI-level stackmap operands. /// -/// MI slackmap operations take the form: +/// MI stackmap operations take the form: /// , , live args... class StackMapOpers { public: diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index 3b1006f..e89fc4d 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -73,7 +73,7 @@ unsigned AArch64InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { return 16; } - llvm_unreachable("getInstSizeInBytes()- Unable to determin insn size"); + llvm_unreachable("getInstSizeInBytes()- Unable to determine insn size"); } static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, -- 2.7.4