mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-22 19:38:40 +00:00
Clean up comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117785 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf000c130f
commit
604cdf6ea7
@ -176,7 +176,7 @@ include "X86CallingConv.td"
|
|||||||
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Assembly Printers
|
// Assembly Parser
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
// Currently the X86 assembly parser only supports ATT syntax.
|
// Currently the X86 assembly parser only supports ATT syntax.
|
||||||
@ -191,6 +191,10 @@ def ATTAsmParser : AsmParser {
|
|||||||
string RegisterPrefix = "%";
|
string RegisterPrefix = "%";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
// Assembly Printers
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
// The X86 target supports two different syntaxes for emitting machine code.
|
// The X86 target supports two different syntaxes for emitting machine code.
|
||||||
// This is controlled by the -x86-asm-syntax={att|intel}
|
// This is controlled by the -x86-asm-syntax={att|intel}
|
||||||
def ATTAsmWriter : AsmWriter {
|
def ATTAsmWriter : AsmWriter {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user