2008-02-19 01:41:04 +00:00
|
|
|
; RUN: llvm-as < %s | llc
|
2004-11-06 23:08:26 +00:00
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
define void @QRiterate(double %tmp.212) {
|
|
|
|
entry:
|
2003-05-28 13:54:41 +00:00
|
|
|
br label %shortcirc_next.1
|
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
shortcirc_next.1: ; preds = %shortcirc_next.1, %entry
|
|
|
|
%tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
|
|
|
|
br i1 %tmp.213, label %shortcirc_next.1, label %exit.1
|
2003-05-28 13:54:41 +00:00
|
|
|
|
2008-02-19 01:41:04 +00:00
|
|
|
exit.1: ; preds = %shortcirc_next.1
|
|
|
|
ret void
|
2003-05-28 13:54:41 +00:00
|
|
|
}
|
2008-02-19 01:41:04 +00:00
|
|
|
|