aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-16 01:17:26 +0000
committerChris Lattner <sabre@nondot.org>2010-01-16 01:17:26 +0000
commit5c40e694dcd679bf26b962189c1d12b32fff07cd (patch)
tree909fd31e9c562c528c506a9055811c3927d77768 /include/llvm
parent9c09363637c43ce7c28898993c32b9a63ded5b46 (diff)
downloadexternal_llvm-5c40e694dcd679bf26b962189c1d12b32fff07cd.zip
external_llvm-5c40e694dcd679bf26b962189c1d12b32fff07cd.tar.gz
external_llvm-5c40e694dcd679bf26b962189c1d12b32fff07cd.tar.bz2
remove the string form of printVisibility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 0ebb4b1..d3df48e 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -421,9 +421,6 @@ namespace llvm {
/// this is suported by the target.
void printVisibility(const MCSymbol *Sym, unsigned Visibility) const;
- // FIXME: This is deprecated and should be removed.
- void printVisibility(const std::string& Name, unsigned Visibility) const;
-
/// printOffset - This is just convenient handler for printing offsets.
void printOffset(int64_t Offset) const;