1 ; RUN: opt < %s -passes=gvn-hoist -S | FileCheck %s
3 ; gvn-hoist shouldn't crash in this case.
4 ; CHECK-LABEL: @func(i1 %b)
12 ; CHECK-NEXT: ret void
14 define void @v_1_0() #0 {
19 define void @func(i1 %b) {
21 br i1 %b, label %bb1, label %bb2
32 attributes #0 = { nounwind readonly }