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.

llvm-svn: 240059

clang/lib/Basic/Targets.cpp

index 0526ee4..30449c2 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;