blob: 03b2a1684670602053267538be0567fc0016212b [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) {
4 %tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
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, %0
8 br i1 %tmp.213, label %shortcirc_next.1, label %exit.1
Dan Gohmanf17a25c2007-07-18 16:29:46 +00009
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000010exit.1: ; preds = %shortcirc_next.1
11 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012}
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +000013