Skip to content

Commit

Permalink
Myriad: Add new sparc CPU kinds.
Browse files Browse the repository at this point in the history
llvm-svn: 263557
  • Loading branch information
snuglas committed Mar 15, 2016
1 parent 4c12508 commit 708eeb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/lib/Target/Sparc/Sparc.td
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ 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<"v9", [FeatureV9]>;
def : Proc<"ultrasparc", [FeatureV9, FeatureV8Deprecated, FeatureVIS]>;
def : Proc<"ultrasparc3", [FeatureV9, FeatureV8Deprecated, FeatureVIS,
Expand Down

0 comments on commit 708eeb0

Please sign in to comment.