summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-11-27 21:57:54 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-11-27 21:57:54 +0000
commitfe7d0c353484920e2bd1b117360d788bbc4331c6 (patch)
treec1ae327abb437182bfd8aea58f35d44b44e89a4e /lib/Target/SystemZ
parent98fef8e6c09c0e716ec1fdaf787eda8ff68ef509 (diff)
downloadllvm-fe7d0c353484920e2bd1b117360d788bbc4331c6.tar.gz
llvm-fe7d0c353484920e2bd1b117360d788bbc4331c6.tar.bz2
llvm-fe7d0c353484920e2bd1b117360d788bbc4331c6.tar.xz
Don't set GlobalPrefix to the default value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ')
-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 965c41e2d1..d7313c1684 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 = "#";
- GlobalPrefix = "";
PrivateGlobalPrefix = ".L";
ZeroDirective = "\t.space\t";
Data64bitsDirective = "\t.quad\t";