bolt/deps/llvm-18.1.8/llvm/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll

10 lines
124 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: opt < %s -passes=lowerswitch
define void @test() {
switch i32 0, label %Next [
]
Next: ; preds = %0
ret void
}