mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Clean up comments.
llvm-svn: 117785
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user