blob: f6e39b3d830630ee00527d5827bc42396d995c4d [file] [log] [blame]
Matt Arsenault24309582014-03-01 21:45:41 +00001; 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}