1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
3 ; This is a case where we would incorrectly conclude that LBB0_1 could only
4 ; be reached via fall through and would therefore omit the label.
7 ; CHECK-NEXT: jnp .LBB0_3
12 br i1 fcmp oeq (double fsub (double undef, double undef), double 0.000000e+00), label %bar, label %foo
15 br i1 fcmp ogt (double fdiv (double fsub (double fmul (double undef, double undef), double fsub (double undef, double undef)), double fmul (double undef, double undef)), double 1.0), label %foo, label %bar