summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-30 13:48:28 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-30 13:48:28 +0000
commit4cf25f5ba9a8a99986114411c19927ed4ff7949f (patch)
treecd35fcaf4d2df37aa03532297e69d42916859995 /llvm/lib
parent584850b92136564875cae7f309185992c746dd6e (diff)
downloadbcm5719-llvm-4cf25f5ba9a8a99986114411c19927ed4ff7949f.tar.gz
bcm5719-llvm-4cf25f5ba9a8a99986114411c19927ed4ff7949f.zip
Clean up comments.
llvm-svn: 117785
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86.td6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86.td b/llvm/lib/Target/X86/X86.td
index b78c7d6a7d4..923f8949701 100644
--- a/llvm/lib/Target/X86/X86.td
+++ b/llvm/lib/Target/X86/X86.td
@@ -176,7 +176,7 @@ include "X86CallingConv.td"
//===----------------------------------------------------------------------===//
-// Assembly Printers
+// Assembly Parser
//===----------------------------------------------------------------------===//
// Currently the X86 assembly parser only supports ATT syntax.
@@ -191,6 +191,10 @@ def ATTAsmParser : AsmParser {
string RegisterPrefix = "%";
}
+//===----------------------------------------------------------------------===//
+// Assembly Printers
+//===----------------------------------------------------------------------===//
+
// The X86 target supports two different syntaxes for emitting machine code.
// This is controlled by the -x86-asm-syntax={att|intel}
def ATTAsmWriter : AsmWriter {
OpenPOWER on IntegriCloud