Changes in directory llvm/lib/Target/X86:
X86ATTAsmPrinter.cpp updated: 1.107 -> 1.108 X86ATTAsmPrinter.h updated: 1.18 -> 1.19 --- Log message: Say AT&T instead of Intel in the comments for AT&T support. --- Diffs of the changes: (+3 -3) X86ATTAsmPrinter.cpp | 4 ++-- X86ATTAsmPrinter.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Target/X86/X86ATTAsmPrinter.cpp diff -u llvm/lib/Target/X86/X86ATTAsmPrinter.cpp:1.107 llvm/lib/Target/X86/X86ATTAsmPrinter.cpp:1.108 --- llvm/lib/Target/X86/X86ATTAsmPrinter.cpp:1.107 Thu Jun 14 10:00:27 2007 +++ llvm/lib/Target/X86/X86ATTAsmPrinter.cpp Mon Jun 25 10:11:25 2007 @@ -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 @@ } /// 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: llvm/lib/Target/X86/X86ATTAsmPrinter.h diff -u llvm/lib/Target/X86/X86ATTAsmPrinter.h:1.18 llvm/lib/Target/X86/X86ATTAsmPrinter.h:1.19 --- llvm/lib/Target/X86/X86ATTAsmPrinter.h:1.18 Tue Dec 5 13:50:18 2006 +++ llvm/lib/Target/X86/X86ATTAsmPrinter.h Mon Jun 25 10:11:25 2007 @@ -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 // _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits