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