diff options
| -rw-r--r-- | llvm/lib/Target/R600/Processors.td | 2 |
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]>; |

