]> granicus.if.org Git - clang/commitdiff
AMDGPU: Add missing GK_VOLCANIC_ISLANDS to switch statement
authorTom Stellard <thomas.stellard@amd.com>
Thu, 18 Jun 2015 21:13:29 +0000 (21:13 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 18 Jun 2015 21:13:29 +0000 (21:13 +0000)
This fixes buildbot failures introduced by r240038.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240059 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 0526ee4a44216862e4fbc2d6bd1cd32d6662827a..30449c2470a837ed3b54be2ec69fc602e68a6ca3 100644 (file)
@@ -1861,6 +1861,7 @@ public:
       break;
     case GK_SOUTHERN_ISLANDS:
     case GK_SEA_ISLANDS:
+    case GK_VOLCANIC_ISLANDS:
       DescriptionString = DescriptionStringSI;
       hasFP64 = true;
       hasFMAF = true;