9 ;; clang -cc1 -triple spir -emit-llvm -o test/SPIRV/OpSwitchEmpty.ll OpSwitchEmpty.cl -disable-llvm-passes
11 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
13 ; CHECK-SPIRV: %[[#X:]] = OpFunctionParameter %[[#]]
14 ; CHECK-SPIRV: OpSwitch %[[#X]] %[[#DEFAULT:]]{{$}}
15 ; CHECK-SPIRV: %[[#DEFAULT]] = OpLabel
17 define spir_func void @kk(i32 %x) {
19 switch i32 %x, label %sw.default [
22 sw.default: ; preds = %entry