summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-11-27 21:52:37 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-11-27 21:52:37 +0000
commit429e3fb0680ce45eca48a8598b9cb55bf0763444 (patch)
tree4a38ecc578cb3067335e4ea71ffb8760a92ea0ea /llvm/lib
parent615b200cc24ce53812783e79e24c6b2596654cc9 (diff)
downloadbcm5719-llvm-429e3fb0680ce45eca48a8598b9cb55bf0763444.tar.gz
bcm5719-llvm-429e3fb0680ce45eca48a8598b9cb55bf0763444.zip
The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.
llvm-svn: 195883
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp b/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
index 4a8e1b0b2d8..4e0b5ad1228 100644
--- a/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ b/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
@@ -25,7 +25,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
CommentColumn = 40;
CommentString = ";";
LabelSuffix = ":";
- GlobalPrefix = "@";
PrivateGlobalPrefix = ";.";
LinkerPrivateGlobalPrefix = "!";
InlineAsmStart = ";#ASMSTART";
OpenPOWER on IntegriCloud