1 ; RUN: opt -licm -S < %s | FileCheck %s
9 %tobool7 = icmp eq i1 undef, undef
13 br i1 undef, label %bb0, label %bb0
16 ; CHECK-LABEL: unreachable:
17 ; CHECK: br i1 undef, label %unreachable, label %unreachable
18 br i1 %tobool7, label %unreachable, label %unreachable