diff options
author | Reid Kleckner <rnk@google.com> | 2016-01-15 18:31:29 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-01-15 18:31:29 +0000 |
commit | 47f2452da84f820addf92cb003e7d4905d4aa1bc (patch) | |
tree | 99e240e8c16e486417128e744d8ea633c3588e14 /llvm/lib/Support/ARMBuildAttrs.cpp | |
parent | 79db917139bb0314b5e53a18996d84c57eeeb2fb (diff) | |
download | bcm5719-llvm-47f2452da84f820addf92cb003e7d4905d4aa1bc.tar.gz bcm5719-llvm-47f2452da84f820addf92cb003e7d4905d4aa1bc.zip |
# This is a combination of 2 commits.
# The first commit's message is:
Revert "[ARM] Add DSP build attribute and extension targeting"
This reverts commit b11cc50c0b4a7c8cdb628abc50b7dc226ff583dc.
# This is the 2nd commit message:
Revert "[ARM] Add new system registers to ARMv8-M Baseline/Mainline"
This reverts commit 837d08454e3e5beb8581951ac26b22fa07df3cd5.
llvm-svn: 257916
Diffstat (limited to 'llvm/lib/Support/ARMBuildAttrs.cpp')
-rw-r--r-- | llvm/lib/Support/ARMBuildAttrs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/ARMBuildAttrs.cpp b/llvm/lib/Support/ARMBuildAttrs.cpp index 6d34f76f0c2..960a0f13c67 100644 --- a/llvm/lib/Support/ARMBuildAttrs.cpp +++ b/llvm/lib/Support/ARMBuildAttrs.cpp @@ -54,7 +54,6 @@ const struct { { ARMBuildAttrs::ABI_FP_16bit_format, "Tag_ABI_FP_16bit_format" }, { ARMBuildAttrs::MPextension_use, "Tag_MPextension_use" }, { ARMBuildAttrs::DIV_use, "Tag_DIV_use" }, - { ARMBuildAttrs::DSP_extension, "Tag_DSP_extension" }, { ARMBuildAttrs::nodefaults, "Tag_nodefaults" }, { ARMBuildAttrs::also_compatible_with, "Tag_also_compatible_with" }, { ARMBuildAttrs::T2EE_use, "Tag_T2EE_use" }, |