summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-02 05:10:04 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-02 05:10:04 +0000
commit79a1166b13f0207887ab95aae9bea08d18117f56 (patch)
tree051f2bb9bb000b4c31e52f7c42a4d78692fc8cae /include
parent4a6855441c82b96a57fbfcdf41f8fef591c1cc62 (diff)
downloadllvm-79a1166b13f0207887ab95aae9bea08d18117f56.tar.gz
llvm-79a1166b13f0207887ab95aae9bea08d18117f56.tar.bz2
llvm-79a1166b13f0207887ab95aae9bea08d18117f56.tar.xz
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/Target.td8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td
index b592edcf3c..bceda5f204 100644
--- a/include/llvm/Target/Target.td
+++ b/include/llvm/Target/Target.td
@@ -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;