summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2015-01-29 19:34:18 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2015-01-29 19:34:18 +0000
commit572d2301e2b30f2ba940b10d61292f1790ac1e5d (patch)
tree528e379517491bfa31930935724cacc8e36d2a08
parent2600c28f9cecc07976b85628bb555b9da62ed2b2 (diff)
downloadbcm5719-llvm-572d2301e2b30f2ba940b10d61292f1790ac1e5d.tar.gz
bcm5719-llvm-572d2301e2b30f2ba940b10d61292f1790ac1e5d.zip
R600/SI: Fix tonga's basic scheduling model
llvm-svn: 227482
-rw-r--r--llvm/lib/Target/R600/Processors.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/Processors.td b/llvm/lib/Target/R600/Processors.td
index cff97cdb3be..659301651c1 100644
--- a/llvm/lib/Target/R600/Processors.td
+++ b/llvm/lib/Target/R600/Processors.td
@@ -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]>;
OpenPOWER on IntegriCloud