aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-07 23:16:27 +0000
committerChris Lattner <sabre@nondot.org>2009-08-07 23:16:27 +0000
commitdb0a9706e76fde6f3076f2baa1cb5bd0e47c8ee3 (patch)
treebf0f991568421e99b8aa986155262b3234119535 /include/llvm/CodeGen
parent59e8677b1927e9e1573ce94defc35537dfa7ae64 (diff)
remove a bunch of now-dead crud from the asmprinter and TAI interfaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 0ab780b0ab..73644a7600 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -327,19 +327,6 @@ namespace llvm {
void EmitComments(const MCInst &MI) const;
protected:
- /// getOperandColumn - Return the output column number (zero-based)
- /// for operand % "operand." If TargetAsmInfo has FirstOperandColumn
- /// == 0 or MaxOperandLength == 0, return 0, meaning column alignment
- /// is disabled.
- unsigned getOperandColumn(int operand) const;
-
- /// PadToColumn - This gets called every time a tab is emitted. If
- /// column padding is turned on, we replace the tab with the
- /// appropriate amount of padding. If not, we replace the tab with a
- /// space, except for the first operand so that initial operands are
- /// always lined up by tabs.
- void PadToColumn(unsigned Operand) const;
-
/// EmitZeros - Emit a block of zeros.
///
void EmitZeros(uint64_t NumZeros, unsigned AddrSpace = 0) const;