Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llc |
2 | |||||
3 | void %QRiterate(double %tmp.212) { | ||||
4 | entry: ; No predecessors! | ||||
5 | br label %shortcirc_next.1 | ||||
6 | |||||
7 | shortcirc_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 | |||||
11 | exit.1: | ||||
12 | ret void | ||||
13 | } |