[llvm] r195883 - The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.

Rafael Espindola rafael.espindola at gmail.com
Wed Nov 27 13:52:37 PST 2013


Author: rafael
Date: Wed Nov 27 15:52:37 2013
New Revision: 195883

URL: http://llvm.org/viewvc/llvm-project?rev=195883&view=rev
Log:
The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.

Modified:
    llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp

Modified: llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp?rev=195883&r1=195882&r2=195883&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp Wed Nov 27 15:52:37 2013
@@ -25,7 +25,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringR
   CommentColumn = 40;
   CommentString = ";";
   LabelSuffix = ":";
-  GlobalPrefix = "@";
   PrivateGlobalPrefix = ";.";
   LinkerPrivateGlobalPrefix = "!";
   InlineAsmStart = ";#ASMSTART";





More information about the llvm-commits mailing list