diff options
author | Dan Gohman <gohman@apple.com> | 2007-06-25 15:11:25 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-06-25 15:11:25 +0000 |
commit | e33c4b739bd4d623e14852d092893b0fd5cfcea6 (patch) | |
tree | ffb19b70ea53454d53ec7ffd198afcf34ddbbd69 | |
parent | ec9038bc694f2e62b89fb1a57648b5f8dc640c06 (diff) | |
download | bcm5719-llvm-e33c4b739bd4d623e14852d092893b0fd5cfcea6.tar.gz bcm5719-llvm-e33c4b739bd4d623e14852d092893b0fd5cfcea6.zip |
Say AT&T instead of Intel in the comments for AT&T support.
llvm-svn: 37716
-rwxr-xr-x | llvm/lib/Target/X86/X86ATTAsmPrinter.cpp | 4 | ||||
-rwxr-xr-x | llvm/lib/Target/X86/X86ATTAsmPrinter.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp b/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp index 970f0461f65..e97babe5fff 100755 --- a/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp +++ b/llvm/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/llvm/lib/Target/X86/X86ATTAsmPrinter.h b/llvm/lib/Target/X86/X86ATTAsmPrinter.h index cecf0b3d413..a3bdce9b3ae 100755 --- a/llvm/lib/Target/X86/X86ATTAsmPrinter.h +++ b/llvm/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 // |