1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt -S < %s -jump-threading | FileCheck %s
16 %a0 = phi i32 [ undef, %entry2 ], [ 0, %entry ]
17 %b = icmp ne i32 %a0, 0
18 br i1 %b, label %bb2, label %exit2
24 %a1 = phi i32 [ %a0, %bb2 ]