blob: 14bb00048d2038f833933b8dc4e0337a84dacd94 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Tanya Lattner2393a242004-11-06 23:08:26 +00002
Tanya Lattner53a66d12008-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]
Vikram S. Advebd6161d2003-05-28 13:54:41 +00005 br label %shortcirc_next.1
6
Tanya Lattner53a66d12008-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
Vikram S. Advebd6161d2003-05-28 13:54:41 +00009
Tanya Lattner53a66d12008-02-19 01:41:04 +000010exit.1: ; preds = %shortcirc_next.1
11 ret void
Vikram S. Advebd6161d2003-05-28 13:54:41 +000012}
Tanya Lattner53a66d12008-02-19 01:41:04 +000013