aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-09-25 09:36:11 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-09-25 09:36:11 +0000
commit8ba3f9c9008223136207295b48b53c8aefffa178 (patch)
tree1cc51252a77b885d063384aa4c5f50a43fd3b324 /lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
parent63799f6febc91ebec0d308737bfd1c659e4c24b7 (diff)
downloadexternal_llvm-8ba3f9c9008223136207295b48b53c8aefffa178.zip
external_llvm-8ba3f9c9008223136207295b48b53c8aefffa178.tar.gz
external_llvm-8ba3f9c9008223136207295b48b53c8aefffa178.tar.bz2
MC: Remove vestigial PCSymbol field from AsmInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp')
-rw-r--r--lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp b/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
index 9e27aa0..1d39140 100644
--- a/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
+++ b/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
@@ -19,7 +19,6 @@ SystemZMCAsmInfo::SystemZMCAsmInfo(StringRef TT) {
IsLittleEndian = false;
CommentString = "#";
- PCSymbol = ".";
GlobalPrefix = "";
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";