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
This commit is contained in:
Chris Lattner
2010-01-20 07:33:29 +00:00
parent 213168ba46
commit ea3cb40fab
3 changed files with 24 additions and 50 deletions

View File

@@ -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;