mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
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:
parent
2fd2b87ded
commit
53642c5335
@ -2740,9 +2740,9 @@ validateInstruction(MCInst &Inst,
|
|||||||
"destination operands must be sequential");
|
"destination operands must be sequential");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
case ARM::STRgD:
|
case ARM::STRD:
|
||||||
case ARM::STRgD_PRE:
|
case ARM::STRD_PRE:
|
||||||
case ARM::STRgD_POST:
|
case ARM::STRD_POST:
|
||||||
case ARM::STREXD: {
|
case ARM::STREXD: {
|
||||||
// Rt2 must be Rt + 1.
|
// Rt2 must be Rt + 1.
|
||||||
unsigned Rt = getARMRegisterNumbering(Inst.getOperand(1).getReg());
|
unsigned Rt = getARMRegisterNumbering(Inst.getOperand(1).getReg());
|
||||||
|
Loading…
Reference in New Issue
Block a user