aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2016-08-31 12:43:44 +0000
committerDiana Picus <diana.picus@linaro.org>2016-08-31 12:43:44 +0000
commit16c818820be16f2564adceb5977fcde66f38b298 (patch)
treed74ddbc999da8ea09ac88f33eec7671d1215e3f3 /llvm/lib
parentb7efa6c22777539be1e63a76988ed030cf264599 (diff)
downloadllvm-16c818820be16f2564adceb5977fcde66f38b298.zip
llvm-16c818820be16f2564adceb5977fcde66f38b298.tar.gz
llvm-16c818820be16f2564adceb5977fcde66f38b298.tar.bz2
Typo fixes. NFC
llvm-svn: 280229
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AArch64/AArch64InstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
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,