blob: 40f4d4d07cd3ddae811498e5ef572b302e2b04ee [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
2
3void %QRiterate(double %tmp.212) {
4entry: ; No predecessors!
5 br label %shortcirc_next.1
6
7shortcirc_next.1: ; preds = %entry
8 %tmp.213 = setne double %tmp.212, 0.000000e+00
9 br bool %tmp.213, label %shortcirc_next.1, label %exit.1
10
11exit.1:
12 ret void
13}