summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-01-19 08:25:35 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-01-19 08:25:35 +0000
commit196c3212baa39279f6f041bc6109170b3833c1e4 (patch)
treef7ddfbe214ba2d488c4e21fa62edd1e4555ee9af /llvm/lib/Target/ARM
parent278a9f4336619f15cac436b6983dd4d8e2b3fc3b (diff)
downloadbcm5719-llvm-196c3212baa39279f6f041bc6109170b3833c1e4.tar.gz
bcm5719-llvm-196c3212baa39279f6f041bc6109170b3833c1e4.zip
ARM: update build attributes for ABI r2.09
Update names for the names as per the current ABI errata. Mark deprecated tags as such. llvm-svn: 199576
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
index 697ee77226f..4701cb44884 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -699,8 +699,8 @@ void ARMAsmPrinter::emitAttributes() {
// FIXME: add more flags to ARMBuildAttributes.h
// 8-bytes alignment stuff.
- ATS.emitAttribute(ARMBuildAttrs::ABI_align8_needed, 1);
- ATS.emitAttribute(ARMBuildAttrs::ABI_align8_preserved, 1);
+ ATS.emitAttribute(ARMBuildAttrs::ABI_align_needed, 1);
+ ATS.emitAttribute(ARMBuildAttrs::ABI_align_preserved, 1);
// ABI_HardFP_use attribute to indicate single precision FP.
if (Subtarget->isFPOnlySP())
OpenPOWER on IntegriCloud