diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-20 07:33:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-20 07:33:29 +0000 |
commit | ea3cb40fab5dc84caa0c6c6bcb650261b4b6e724 (patch) | |
tree | 1160e346b6a049b2bef8ca0870c0f4dd62c3e9fd /include | |
parent | 213168ba469703a186d060281e587d828878aa75 (diff) | |
download | external_llvm-ea3cb40fab5dc84caa0c6c6bcb650261b4b6e724.zip external_llvm-ea3cb40fab5dc84caa0c6c6bcb650261b4b6e724.tar.gz external_llvm-ea3cb40fab5dc84caa0c6c6bcb650261b4b6e724.tar.bz2 |
inline and radically simplify printDataDirective. It will eventually
go completely away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93994 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index b9ec5a7..349d4df 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -413,10 +413,6 @@ namespace llvm { const MachineBasicBlock *MBB, unsigned uid) const; - /// printDataDirective - This method prints the asm directive for the - /// specified type. - void printDataDirective(const Type *type, unsigned AddrSpace = 0); - /// printVisibility - This prints visibility information about symbol, if /// this is suported by the target. void printVisibility(const MCSymbol *Sym, unsigned Visibility) const; |