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:
Misha Brukman 2003-10-20 04:03:10 +00:00
parent 0fc20c82bc
commit 44ffd5adac
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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