remove printSuffixedName.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-07-15 04:42:49 +00:00
parent b1ccad3b0d
commit f1cfea2dbf
2 changed files with 5 additions and 34 deletions

View File

@@ -395,13 +395,6 @@ namespace llvm {
/// specified type.
void printDataDirective(const Type *type, unsigned AddrSpace = 0);
/// printSuffixedName - This prints a name with preceding
/// getPrivateGlobalPrefix and the specified suffix, handling quoted names
/// correctly.
void printSuffixedName(const char *Name, const char *Suffix,
const char *Prefix = 0);
void printSuffixedName(const std::string &Name, const char* Suffix);
/// printVisibility - This prints visibility information about symbol, if
/// this is suported by the target.
void printVisibility(const std::string& Name, unsigned Visibility) const;