blob: b456eebea2c235cdd8547ff2506ddf93962c5c34 [file] [log] [blame]
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00003define void @QRiterate(double %tmp.212) {
4entry:
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 br label %shortcirc_next.1
6
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00007shortcirc_next.1: ; preds = %shortcirc_next.1, %entry
8 %tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
9 br i1 %tmp.213, label %shortcirc_next.1, label %exit.1
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000011exit.1: ; preds = %shortcirc_next.1
12 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000013}
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000014