blob: cc0eb5cd1374a44958ced56a188295f504634fa9 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s
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