CodeGen: extend f16 conversions to permit types > float.
[oota-llvm.git] / test / CodeGen / R600 / infinite-loop-evergreen.ll
1 ; XFAIL: *
2 ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s
3
4 define void @inf_loop_irreducible_cfg() nounwind {
5 entry:
6   br label %block
7
8 block:
9   br label %block
10 }