diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-20 04:03:10 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-20 04:03:10 +0000 |
| commit | 44ffd5adac4f0ca7fde21b8a496a332561cab0b4 (patch) | |
| tree | a6b84faa24aab35480d6f3e98cb3729bdf19bcea /lib | |
| parent | 0fc20c82bcf82a3a802bedf480b8e89048df2371 (diff) | |
| download | external_llvm-44ffd5adac4f0ca7fde21b8a496a332561cab0b4.zip external_llvm-44ffd5adac4f0ca7fde21b8a496a332561cab0b4.tar.gz external_llvm-44ffd5adac4f0ca7fde21b8a496a332561cab0b4.tar.bz2 | |
The Grammar Police was here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Target/X86/Printer.cpp | 2 | ||||
| -rw-r--r-- | lib/Target/X86/X86AsmPrinter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/Printer.cpp b/lib/Target/X86/Printer.cpp index b2e656a..3df8400 100644 --- a/lib/Target/X86/Printer.cpp +++ b/lib/Target/X86/Printer.cpp @@ -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 diff --git a/lib/Target/X86/X86AsmPrinter.cpp b/lib/Target/X86/X86AsmPrinter.cpp index b2e656a..3df8400 100644 --- a/lib/Target/X86/X86AsmPrinter.cpp +++ b/lib/Target/X86/X86AsmPrinter.cpp @@ -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 |
