aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-08-11 06:51:54 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-08-11 06:51:54 +0000
commitc39216fea2b853d1a539d45703486e9dae8f1e4a (patch)
tree02ca1da757e1529bb737907116850d5c2f68d7be /lib/Target/ARM/ARMSubtarget.h
parent092c0eaf089faf01fc68406e28b6ac18dc2475aa (diff)
downloadexternal_llvm-c39216fea2b853d1a539d45703486e9dae8f1e4a.zip
external_llvm-c39216fea2b853d1a539d45703486e9dae8f1e4a.tar.gz
external_llvm-c39216fea2b853d1a539d45703486e9dae8f1e4a.tar.bz2
Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSubtarget.h')
-rw-r--r--lib/Target/ARM/ARMSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h
index 4e08e57..c5b3402 100644
--- a/lib/Target/ARM/ARMSubtarget.h
+++ b/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 {