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