From 8bc49c2fe766704235c25bbe91d3d2eb806d2f58 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 25 Jun 2007 15:11:25 +0000 Subject: [PATCH] Say AT&T instead of Intel in the comments for AT&T support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37716 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ATTAsmPrinter.cpp | 4 ++-- lib/Target/X86/X86ATTAsmPrinter.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Target/X86/X86ATTAsmPrinter.cpp b/lib/Target/X86/X86ATTAsmPrinter.cpp index 970f0461f65..e97babe5fff 100755 --- a/lib/Target/X86/X86ATTAsmPrinter.cpp +++ b/lib/Target/X86/X86ATTAsmPrinter.cpp @@ -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; diff --git a/lib/Target/X86/X86ATTAsmPrinter.h b/lib/Target/X86/X86ATTAsmPrinter.h index cecf0b3d413..a3bdce9b3ae 100755 --- a/lib/Target/X86/X86ATTAsmPrinter.h +++ b/lib/Target/X86/X86ATTAsmPrinter.h @@ -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 //