diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Sparc/Sparc.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/Sparc.td b/llvm/lib/Target/Sparc/Sparc.td index 6ae73125c9e..e25b65c92a2 100644 --- a/llvm/lib/Target/Sparc/Sparc.td +++ b/llvm/lib/Target/Sparc/Sparc.td @@ -87,6 +87,9 @@ 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<"v9", [FeatureV9]>; def : Proc<"ultrasparc", [FeatureV9, FeatureV8Deprecated, FeatureVIS]>; def : Proc<"ultrasparc3", [FeatureV9, FeatureV8Deprecated, FeatureVIS, |