[PATCH] D14671: AMDGPU: Use the default strings for data emission directives
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 17:51:19 PST 2015
tstellarAMD created this revision.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.
This makes the assembly output look nicer and there is no reason to
have custom strings for these.
http://reviews.llvm.org/D14671
Files:
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
Index: lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
===================================================================
--- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
@@ -22,13 +22,6 @@
InlineAsmEnd = ";#ASMEND";
//===--- Data Emission Directives -------------------------------------===//
- ZeroDirective = ".zero";
- AsciiDirective = ".ascii\t";
- AscizDirective = ".asciz\t";
- Data8bitsDirective = ".byte\t";
- Data16bitsDirective = ".short\t";
- Data32bitsDirective = ".long\t";
- Data64bitsDirective = ".quad\t";
SunStyleELFSectionSwitchSyntax = true;
UsesELFSectionDirectiveForBSS = true;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14671.40192.patch
Type: text/x-patch
Size: 688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151114/69435050/attachment.bin>
More information about the llvm-commits
mailing list