AMDGPU: Add missing GK_VOLCANIC_ISLANDS to switch statement

This fixes buildbot failures introduced by r240038.

llvm-svn: 240059
This commit is contained in:
Tom Stellard 2015-06-18 21:13:29 +00:00
parent 9fce2bc7b1
commit 64e0dd0a27
1 changed files with 1 additions and 0 deletions

View 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;