r600g: Add missing break to case statement

This commit is contained in:
Tom Stellard
2012-09-19 15:27:32 -04:00
parent 0e0c21e00e
commit 6bd11bc9d5
+1
View File
@@ -260,6 +260,7 @@ const char * r600_llvm_gpu_string(enum radeon_family family)
case CHIP_RV620:
case CHIP_RV635:
gpu_family = "r600";
break;
case CHIP_RS780:
case CHIP_RS880:
case CHIP_RV710: