mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -959,14 +959,6 @@ class AsmWriter {
|
||||
// == 1, will expand to "y".
|
||||
int Variant = 0;
|
||||
|
||||
|
||||
// FirstOperandColumn/OperandSpacing - If the assembler syntax uses a columnar
|
||||
// layout, the asmwriter can actually generate output in this columns (in
|
||||
// verbose-asm mode). These two values indicate the width of the first column
|
||||
// (the "opcode" area) and the width to reserve for subsequent operands. When
|
||||
// verbose asm mode is enabled, operands will be indented to respect this.
|
||||
int FirstOperandColumn = -1;
|
||||
|
||||
// OperandSpacing - Space between operand columns.
|
||||
int OperandSpacing = -1;
|
||||
|
||||
|
Reference in New Issue
Block a user