1 ; RUN: opt < %s -lcssa -S -verify-loop-info | FileCheck %s
4 ; LCSSA doesn't need to transform uses in blocks not reachable
5 ; from the entry block.
7 ; CHECK: %tmp33 = load i1*, i1** %tmp
9 define fastcc void @dfs() nounwind {
14 br i1 undef, label %bb7, label %bb45
17 %tmp = bitcast i1** undef to i1**
24 %tmp33 = load i1*, i1** %tmp, align 8