summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2016-07-27 15:13:25 +0000
committerDiana Picus <diana.picus@linaro.org>2016-07-27 15:13:25 +0000
commitc65d8bdcf2d3d418ee643ccc22c67f86e0e4027e (patch)
tree2808c551f2f8df8f2c5b5c05a9eaee90f44eed3d /llvm/lib/Target
parent644ea61d2dc1d185994c845e7e3de173d95a5674 (diff)
downloadbcm5719-llvm-c65d8bdcf2d3d418ee643ccc22c67f86e0e4027e.tar.gz
bcm5719-llvm-c65d8bdcf2d3d418ee643ccc22c67f86e0e4027e.zip
Typo fix. NFC
llvm-svn: 276879
Diffstat (limited to 'llvm/lib/Target')
-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 baaaf46d7fd..8a46fb4be83 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
@@ -49,7 +49,7 @@ unsigned AArch64InstrInfo::GetInstSizeInBytes(const MachineInstr &MI) const {
const MCInstrDesc &Desc = MI.getDesc();
switch (Desc.getOpcode()) {
default:
- // Anything not explicitly designated otherwise is a nomal 4-byte insn.
+ // Anything not explicitly designated otherwise is a normal 4-byte insn.
return 4;
case TargetOpcode::DBG_VALUE:
case TargetOpcode::EH_LABEL:
OpenPOWER on IntegriCloud