blob: b1e08c759c08822ae9d1e6bdad244dbf1e868a2f [file] [log] [blame]
Tanya Lattner53a66d12008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc
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