Remove extra semicolon. NFC.

llvm-svn: 259402
This commit is contained in:
Chad Rosier 2016-02-01 20:54:36 +00:00
parent 4c7b6d79c0
commit 064261da16
1 changed files with 1 additions and 1 deletions

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;