1; RUN: opt -instcombine < %s 2 3define void @test() { 4 switch i32 0, label %out [i32 0, label %out] 5out: 6 ret void 7} 8