blob: f06d3412a9d5663f6de8da8e273f653d02968e33 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002; This crashed the PPC backend.
3
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00004define 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
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00008cond_false133: ; preds = %0
9 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000011bb154: ; preds = %0
12 %tmp164 = icmp eq i32 0, 0 ; <i1> [#uses=0]
13 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000014}
15