R600/SI: Fix tonga's basic scheduling model
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 29 Jan 2015 19:34:18 +0000 (19:34 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 29 Jan 2015 19:34:18 +0000 (19:34 +0000)
llvm-svn: 227482

llvm/lib/Target/R600/Processors.td

index cff97cd..6593016 100644 (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]>;