r600g: Add missing break to case statement
authorTom Stellard <thomas.stellard@amd.com>
Wed, 19 Sep 2012 19:27:32 +0000 (15:27 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 19 Sep 2012 19:27:32 +0000 (15:27 -0400)
src/gallium/drivers/r600/r600_llvm.c

index 776f47b6bff17d708028aa507a1cf0c485aa2b72..3d09ce3e8f36389d613dfb4a3791327c126fabfa 100644 (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: