aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
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
commit604cdf6ea77a069b3c366397b6f30731d760bdd8 (patch)
treed60d1897b1a5b3b173cf92fe908e681f8a050a50 /lib/Target
parentcf000c130ffc49ee2c2f82bc0187dafb73acae73 (diff)
downloadexternal_llvm-604cdf6ea77a069b3c366397b6f30731d760bdd8.zip
external_llvm-604cdf6ea77a069b3c366397b6f30731d760bdd8.tar.gz
external_llvm-604cdf6ea77a069b3c366397b6f30731d760bdd8.tar.bz2
Clean up comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/X86/X86.td6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td
index b78c7d6..923f894 100644
--- a/lib/Target/X86/X86.td
+++ b/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 {