Fix typo. Not quite sure how that slipped in there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2011-08-10 20:49:18 +00:00
parent 2fd2b87ded
commit 53642c5335

View File

@ -2740,9 +2740,9 @@ validateInstruction(MCInst &Inst,
"destination operands must be sequential");
return false;
}
case ARM::STRgD:
case ARM::STRgD_PRE:
case ARM::STRgD_POST:
case ARM::STRD:
case ARM::STRD_PRE:
case ARM::STRD_POST:
case ARM::STREXD: {
// Rt2 must be Rt + 1.
unsigned Rt = getARMRegisterNumbering(Inst.getOperand(1).getReg());