Say AT&T instead of Intel in the comments for AT&T support.
authorDan Gohman <gohman@apple.com>
Mon, 25 Jun 2007 15:11:25 +0000 (15:11 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 25 Jun 2007 15:11:25 +0000 (15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37716 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ATTAsmPrinter.cpp
lib/Target/X86/X86ATTAsmPrinter.h

index 970f0461f65fbe20509a3a304bc26789f6e3f1e6..e97babe5fffc94bc158d8d4839860b1ad12080af 100755 (executable)
@@ -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
 //
@@ -562,7 +562,7 @@ bool X86ATTAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
 }
 
 /// 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) {
   ++EmittedInsts;
index cecf0b3d4133f62ff5b8c97c68b17a78514d5622..a3bdce9b3aed072ff8f6dbae40750fa02486219f 100755 (executable)
@@ -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
 //