mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
The Grammar Police was here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0fc20c82bc
commit
44ffd5adac
@ -722,7 +722,7 @@ void Printer::printMachineInstruction(const MachineInstr *MI) {
|
||||
}
|
||||
|
||||
case X86II::MRMSrcReg: {
|
||||
// There is are three forms that are acceptable for MRMSrcReg instructions,
|
||||
// There are three forms that are acceptable for MRMSrcReg instructions,
|
||||
// those with 3 and 2 operands:
|
||||
//
|
||||
// 3 Operands: in this form, the last register (the second input) is the
|
||||
|
@ -722,7 +722,7 @@ void Printer::printMachineInstruction(const MachineInstr *MI) {
|
||||
}
|
||||
|
||||
case X86II::MRMSrcReg: {
|
||||
// There is are three forms that are acceptable for MRMSrcReg instructions,
|
||||
// There are three forms that are acceptable for MRMSrcReg instructions,
|
||||
// those with 3 and 2 operands:
|
||||
//
|
||||
// 3 Operands: in this form, the last register (the second input) is the
|
||||
|
Loading…
Reference in New Issue
Block a user