diff options
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/R600/Processors.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td index a0735d4..4631c04 100644 --- a/lib/Target/R600/Processors.td +++ b/lib/Target/R600/Processors.td @@ -50,4 +50,4 @@ def : Proc<"oland", SI_Itin, [FeatureSouthernIslands]>; def : Proc<"hainan", SI_Itin, [FeatureSouthernIslands]>; def : Proc<"bonaire", SI_Itin, [FeatureSouthernIslands]>; def : Proc<"kabini", SI_Itin, [FeatureSouthernIslands]>; -def : Proc<"kaveri", SI_Itin, [FeatureSouthernIslands]>;
\ No newline at end of file +def : Proc<"kaveri", SI_Itin, [FeatureSouthernIslands]>; |