diff options
author | Douglas Katzman <dougk@google.com> | 2016-09-13 17:51:41 +0000 |
---|---|---|
committer | Douglas Katzman <dougk@google.com> | 2016-09-13 17:51:41 +0000 |
commit | 8ea02f4e1c050e2bccac28439265656e8a2645c4 (patch) | |
tree | 64c4b139d0490dabfc08711ebe3bfce68c8da7ae /llvm/lib/Target/Sparc | |
parent | c5705bae05590b799c4726c35acf2c7382e0857d (diff) | |
download | bcm5719-llvm-8ea02f4e1c050e2bccac28439265656e8a2645c4.tar.gz bcm5719-llvm-8ea02f4e1c050e2bccac28439265656e8a2645c4.zip |
[Myriad]: set LeonCASA processor feature
llvm-svn: 281359
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r-- | llvm/lib/Target/Sparc/Sparc.td | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/lib/Target/Sparc/Sparc.td b/llvm/lib/Target/Sparc/Sparc.td index e25b65c92a2..bdbdc1c6c1a 100644 --- a/llvm/lib/Target/Sparc/Sparc.td +++ b/llvm/lib/Target/Sparc/Sparc.td @@ -84,12 +84,12 @@ def : Proc<"hypersparc", []>; def : Proc<"sparclite86x", []>; def : Proc<"sparclet", []>; def : Proc<"tsc701", []>; -def : Proc<"myriad2", []>; -def : Proc<"myriad2.1", []>; -def : Proc<"myriad2.2", []>; -def : Proc<"ma2100", []>; -def : Proc<"ma2150", []>; -def : Proc<"ma2450", []>; +def : Proc<"myriad2", [FeatureLeon, LeonCASA]>; +def : Proc<"myriad2.1", [FeatureLeon, LeonCASA]>; +def : Proc<"myriad2.2", [FeatureLeon, LeonCASA]>; +def : Proc<"ma2100", [FeatureLeon, LeonCASA]>; +def : Proc<"ma2150", [FeatureLeon, LeonCASA]>; +def : Proc<"ma2450", [FeatureLeon, LeonCASA]>; def : Proc<"v9", [FeatureV9]>; def : Proc<"ultrasparc", [FeatureV9, FeatureV8Deprecated, FeatureVIS]>; def : Proc<"ultrasparc3", [FeatureV9, FeatureV8Deprecated, FeatureVIS, |