Don't set GlobalPrefix to the default value.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Nov 2013 21:57:54 +0000 (21:57 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Nov 2013 21:57:54 +0000 (21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195884 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp

index f3dddce30120976371f477a8ff3a9e7fb0754eed..9d0f414f61b25cd955013b5fc3fc7e5851ebed0e 100644 (file)
@@ -44,7 +44,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
   AlignmentIsInBytes = false;
 
   CommentString = "#";
-  GlobalPrefix = "";
   PrivateGlobalPrefix = ".L";
 
   // Uses '.section' before '.bss' directive
index 965c41e2d15101188153034ea63b5918f43ca8f0..d7313c1684e29c98b7a774971b521b883fbb71d7 100644 (file)
@@ -19,7 +19,6 @@ SystemZMCAsmInfo::SystemZMCAsmInfo(StringRef TT) {
   IsLittleEndian = false;
 
   CommentString = "#";
-  GlobalPrefix = "";
   PrivateGlobalPrefix = ".L";
   ZeroDirective = "\t.space\t";
   Data64bitsDirective = "\t.quad\t";