diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2014-12-06 05:34:34 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2014-12-06 05:34:34 +0000 |
| commit | 8d5f5e42389514999ee8a6ac747b16b25e7adfcd (patch) | |
| tree | b744e852975d2b65635dc684f4f40ea444ecfd4c /llvm/lib | |
| parent | 01105887ab72a133815e456020b1571765544bd8 (diff) | |
| download | bcm5719-llvm-8d5f5e42389514999ee8a6ac747b16b25e7adfcd.tar.gz bcm5719-llvm-8d5f5e42389514999ee8a6ac747b16b25e7adfcd.zip | |
R600/SI: Restore PrivateGlobalPrefix to the default ELF value of ".L"
This was changed in r223323.
llvm-svn: 223579
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 1 |
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 1a37f384035..19d89fb27ca 100644 --- a/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp +++ b/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp @@ -17,7 +17,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfoELF() { MaxInstLength = 16; SeparatorString = "\n"; CommentString = ";"; - PrivateGlobalPrefix = ""; PrivateLabelPrefix = ""; InlineAsmStart = ";#ASMSTART"; InlineAsmEnd = ";#ASMEND"; |

