Cleanup a bunch of tests. In particular do not allow target directives in
[oota-llvm.git] / test / CodeGen / Generic / 2003-05-27-useboolinotherbb.ll
1 ; RUN: llvm-as -f %s -o - | llc
2
3
4 void %QRiterate(double %tmp.212) { 
5         %tmp.213 = setne double %tmp.212, 0.000000e+00
6         br label %shortcirc_next.1
7
8 shortcirc_next.1:               ; preds = %entry
9         br bool %tmp.213, label %shortcirc_next.1, label %exit.1
10
11 exit.1:
12         ret void
13 }