mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +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");
|
||||
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());
|
||||
|
Loading…
Reference in New Issue
Block a user