[PATCH] D14671: AMDGPU: Use the default strings for data emission directives
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 09:48:20 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL254426: AMDGPU: Use the default strings for data emission directives (authored by tstellar).
Changed prior to commit:
http://reviews.llvm.org/D14671?vs=40192&id=41529#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14671
Files:
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
Index: llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ llvm/trunk/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.41529.patch
Type: text/x-patch
Size: 721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/d34b1439/attachment.bin>
More information about the llvm-commits
mailing list