2009-09-09 08:09:15 +08:00
|
|
|
; RUN: llc < %s
|
2006-01-19 03:16:07 +08:00
|
|
|
; This crashed the PPC backend.
|
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
define void @test() {
|
|
|
|
%tmp125 = fcmp uno double 0.000000e+00, 0.000000e+00 ; <i1> [#uses=1]
|
|
|
|
br i1 %tmp125, label %bb154, label %cond_false133
|
2006-01-19 03:16:07 +08:00
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
cond_false133: ; preds = %0
|
|
|
|
ret void
|
2006-01-19 03:16:07 +08:00
|
|
|
|
2008-02-19 09:41:04 +08:00
|
|
|
bb154: ; preds = %0
|
|
|
|
%tmp164 = icmp eq i32 0, 0 ; <i1> [#uses=0]
|
|
|
|
ret void
|
2006-01-19 03:16:07 +08:00
|
|
|
}
|
|
|
|
|