From: Rafael Espindola Date: Wed, 27 Nov 2013 21:52:37 +0000 (+0000) Subject: The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98fef8e6c09c0e716ec1fdaf787eda8ff68ef509;p=oota-llvm.git The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195883 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp b/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp index 4a8e1b0b2d8..4e0b5ad1228 100644 --- a/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp +++ b/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp @@ -25,7 +25,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() { CommentColumn = 40; CommentString = ";"; LabelSuffix = ":"; - GlobalPrefix = "@"; PrivateGlobalPrefix = ";."; LinkerPrivateGlobalPrefix = "!"; InlineAsmStart = ";#ASMSTART";