1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Typo fix. NFC

llvm-svn: 276879
This commit is contained in:
Diana Picus 2016-07-27 15:13:25 +00:00
parent 7e7be050ac
commit 82a9864745

View File

@ -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: