Clean up comments.
authorJim Grosbach <grosbach@apple.com>
Sat, 30 Oct 2010 13:48:28 +0000 (13:48 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 30 Oct 2010 13:48:28 +0000 (13:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117785 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index b78c7d6a7d42494fff383a476f37c8e303290ad8..923f894970172715eaeb63ba4b928999687ac10f 100644 (file)
@@ -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 {