diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-08-11 06:51:54 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-08-11 06:51:54 +0000 |
commit | 40921a4e6238825d64388bab100d2492ae3b3be5 (patch) | |
tree | 83bc2b8fb74b283ac8060f9b33fb8436e14e3a3d /llvm/lib/Target/ARM/ARMSubtarget.h | |
parent | 188b47b2143be22f0b1edb82ed6d427e516434cf (diff) | |
download | bcm5719-llvm-40921a4e6238825d64388bab100d2492ae3b3be5.tar.gz bcm5719-llvm-40921a4e6238825d64388bab100d2492ae3b3be5.zip |
Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)
llvm-svn: 110795
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index 4e08e57d6cf..c5b34023962 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/lib/Target/ARM/ARMSubtarget.h @@ -26,7 +26,7 @@ class GlobalValue; class ARMSubtarget : public TargetSubtarget { protected: enum ARMArchEnum { - V4, V4T, V5T, V5TE, V6, V6T2, V7A, V7M + V4, V4T, V5T, V5TE, V6, V6M, V6T2, V7A, V7M }; enum ARMFPEnum { |