brintos

brintos / llvm-project-archived public Read only

0
0
Text · 125 B · fbf2198 Raw
10 lines · plain
1; RUN: opt < %s -passes=lower-switch2 3define void @test() {4	switch i32 0, label %Next [5	]6Next:		; preds = %07	ret void8}9 10