1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Remove extra semicolon. NFC.

llvm-svn: 259402
This commit is contained in:
Chad Rosier 2016-02-01 20:54:36 +00:00
parent 49cbccc04a
commit ff5772941f

View File

@ -1420,7 +1420,7 @@ bool AArch64InstrInfo::getMemOpBaseRegImmOfsWidth(
case AArch64::STRBBui:
Scale = Width = 1;
break;
};
}
BaseReg = LdSt->getOperand(1).getReg();
Offset = LdSt->getOperand(2).getImm() * Scale;