mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
[Myriad]: add missing 'mcpu' values
Should have been done with r276646. llvm-svn: 279996
This commit is contained in:
parent
d773f533b9
commit
0455dc465b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user