1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Say AT&T instead of Intel in the comments for AT&T support.

llvm-svn: 37716
This commit is contained in:
Dan Gohman 2007-06-25 15:11:25 +00:00
parent c8aa8f8ba7
commit d3b3703430
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
//===-- X86ATTAsmPrinter.cpp - Convert X86 LLVM code to Intel assembly ----===// //===-- X86ATTAsmPrinter.cpp - Convert X86 LLVM code to AT&T assembly -----===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
@ -562,7 +562,7 @@ bool X86ATTAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
} }
/// printMachineInstruction -- Print out a single X86 LLVM instruction /// printMachineInstruction -- Print out a single X86 LLVM instruction
/// MI in Intel syntax to the current output stream. /// MI in AT&T syntax to the current output stream.
/// ///
void X86ATTAsmPrinter::printMachineInstruction(const MachineInstr *MI) { void X86ATTAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
++EmittedInsts; ++EmittedInsts;

View File

@ -1,4 +1,4 @@
//===-- X86ATTAsmPrinter.h - Convert X86 LLVM code to Intel assembly ------===// //===-- X86ATTAsmPrinter.h - Convert X86 LLVM code to AT&T assembly -------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //