1 ; RUN: llc -O0 -fast-isel=false -mtriple=i686-- < %s | FileCheck %s
3 ; No need for branching when the default and only destination follows
4 ; immediately after the switch.
5 ; CHECK-LABEL: no_branch:
9 define void @no_branch(i32 %x) {
11 switch i32 %x, label %exit [ ]