[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Transforms / InstCombine / switch-truncate-crash.ll
blobcc3c1ff28ed2bd3f05f458e17fe101f26ffee94b
1 ; RUN: opt -instcombine < %s
3 define void @test() {
4   switch i32 0, label %out [i32 0, label %out]
5 out:
6   ret void