summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-13 19:02:16 +0000
committerChris Lattner <sabre@nondot.org>2009-09-13 19:02:16 +0000
commit7c30191393c99c9ba804f1a01942a9e130c53904 (patch)
tree3b59aa0d47baf8fdda621929cb359029c1e2a9b0 /lib/MC/MCAsmInfo.cpp
parent1026c163c82d4d3481548bf69a18ac10ebd728c6 (diff)
downloadllvm-7c30191393c99c9ba804f1a01942a9e130c53904.tar.gz
llvm-7c30191393c99c9ba804f1a01942a9e130c53904.tar.bz2
llvm-7c30191393c99c9ba804f1a01942a9e130c53904.tar.xz
remove MAI::JumpTableSpecialLabelPrefix now that MAI
has real information about linker private linkage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r--lib/MC/MCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp
index 65625608f0..1630482de4 100644
--- a/lib/MC/MCAsmInfo.cpp
+++ b/lib/MC/MCAsmInfo.cpp
@@ -30,7 +30,6 @@ MCAsmInfo::MCAsmInfo() {
GlobalPrefix = "";
PrivateGlobalPrefix = ".";
LinkerPrivateGlobalPrefix = "";
- JumpTableSpecialLabelPrefix = 0;
GlobalVarAddrPrefix = "";
GlobalVarAddrSuffix = "";
FunctionAddrPrefix = "";