[Transforms] Silence a warning in SROA.cpp (NFC)
[llvm-project.git] / llvm / test / Transforms / InstCombine / switch-truncate-crash.ll
blob625955aa73723f935f0e92f4a954f0d54a418188
1 ; RUN: opt -passes=instcombine < %s
3 define void @test() {
4   switch i32 0, label %out [i32 0, label %out]
5 out:
6   ret void