The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.

llvm-svn: 195883
This commit is contained in:
Rafael Espindola 2013-11-27 21:52:37 +00:00
parent 95624c101d
commit b424a0de8f

View File

@ -25,7 +25,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
CommentColumn = 40;
CommentString = ";";
LabelSuffix = ":";
GlobalPrefix = "@";
PrivateGlobalPrefix = ";.";
LinkerPrivateGlobalPrefix = "!";
InlineAsmStart = ";#ASMSTART";