1; XFAIL: * 2; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s 3 4define void @inf_loop_irreducible_cfg() nounwind { 5entry: 6 br label %block 7 8block: 9 br label %block 10} 11