blob: 687e290c0758a76c45c5cf8769d7becc1b5aa34a [file] [log] [blame]
John Bauman66b8ab22014-05-06 15:57:45 -04001; RUN: llc < %s
2; This crashed the PPC backend.
3
4define void @test() {
5 %tmp125 = fcmp uno double 0.000000e+00, 0.000000e+00 ; <i1> [#uses=1]
6 br i1 %tmp125, label %bb154, label %cond_false133
7
8cond_false133: ; preds = %0
9 ret void
10
11bb154: ; preds = %0
12 %tmp164 = icmp eq i32 0, 0 ; <i1> [#uses=0]
13 ret void
14}
15