1 ; RUN: opt -jump-threading -verify-each -S -mtriple=x86_64-- -o - %s
5 br i1 false, label %A, label %B
8 %x = phi i32 [ undef, %entry ], [ %z, %B ]
12 %y = phi i32 [ undef, %entry ], [ %x, %A ]
14 %cmp = icmp ne i32 %z, 0
15 br i1 %cmp, label %exit, label %A