diff options
author | Dale Johannesen <dalej@apple.com> | 2010-11-08 19:17:22 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-11-08 19:17:22 +0000 |
commit | 0ef474730f42e9a4ab4d205cedfa4386d942cda8 (patch) | |
tree | 40074f9b82dc6d2eed5222254ad527f9c5c23fb7 /llvm/lib/Target/ARM/ARMBuildAttrs.h | |
parent | 8566356acbbd5aa1d73c2871b3b381e2dfd5a089 (diff) | |
download | bcm5719-llvm-0ef474730f42e9a4ab4d205cedfa4386d942cda8.tar.gz bcm5719-llvm-0ef474730f42e9a4ab4d205cedfa4386d942cda8.zip |
Revert 118422 in search of bot verdancy.
llvm-svn: 118429
Diffstat (limited to 'llvm/lib/Target/ARM/ARMBuildAttrs.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMBuildAttrs.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/llvm/lib/Target/ARM/ARMBuildAttrs.h b/llvm/lib/Target/ARM/ARMBuildAttrs.h index 69eddf03ec9..c0444982d47 100644 --- a/llvm/lib/Target/ARM/ARMBuildAttrs.h +++ b/llvm/lib/Target/ARM/ARMBuildAttrs.h @@ -92,40 +92,6 @@ namespace ARMBuildAttrs { v7E_M = 13 // v7_M with DSP extensions }; - enum CPUArchProfile { // (=7), uleb128 - Not_Applicable = 0, // pre v7, or cross-profile code - ApplicationProfile = (0x41), // 'A' (e.g. for Cortex A8) - RealTimeProfile = (0x52), // 'R' (e.g. for Cortex R4) - MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) - SystemProfile = (0x53) // 'S' Application or real-time profile - }; - - // The following have a lot of common use cases - enum { - //ARMISAUse (=8), uleb128 and THUMBISAUse (=9), uleb128 - Not_Allowed = 0, - Allowed = 1, - - // FP_arch (=10), uleb128 (formerly Tag_VFP_arch = 10) - AllowFPv2 = 2, // v2 FP ISA permitted (implies use of the v1 FP ISA) - AllowFPv3A = 3, // v3 FP ISA permitted (implies use of the v2 FP ISA) - AllowFPv3B = 4, // v3 FP ISA permitted, but only D0-D15, S0-S31 - AllowFPv4A = 5, // v4 FP ISA permitted (implies use of v3 FP ISA) - AllowFPv4B = 6, // v4 FP ISA was permitted, but only D0-D15, S0-S31 - - // Tag_WMMX_arch, (=11), uleb128 - AllowThumb32 = 2, // 32-bit Thumb (implies 16-bit instructions) - - // Tag_WMMX_arch, (=11), uleb128 - AllowWMMXv1 = 2, // The user permitted this entity to use WMMX v2 - - // Tag_ABI_FP_denormal, (=20), uleb128 - PreserveFPSign = 2, // sign when flushed-to-zero is preserved - - // Tag_ABI_FP_number_model, (=23), uleb128 - AllowRTABI = 2, // numbers, infinities, and one quiet NaN (see [RTABI]) - AllowIEE754 = 3 // this code to use all the IEEE 754-defined FP encodings - }; } #endif // __TARGET_ARMBUILDATTRS_H__ |