R600/SI: Fix tonga's basic scheduling model

llvm-svn: 227482
This commit is contained in:
Matt Arsenault 2015-01-29 19:34:18 +00:00
parent 2600c28f9c
commit 572d2301e2
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def : ProcessorModel<"mullins", SIQuarterSpeedModel, [FeatureSeaIslands]>;
// Volcanic Islands
//===----------------------------------------------------------------------===//
def : ProcessorModel<"tonga", SIFullSpeedModel, [FeatureVolcanicIslands]>;
def : ProcessorModel<"tonga", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;
def : ProcessorModel<"iceland", SIQuarterSpeedModel, [FeatureVolcanicIslands]>;