view test/CodeGen/R600/infinite-loop-evergreen.ll @ 77:54457678186b

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents
children
line wrap: on
line source

; XFAIL: *
; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s

define void @inf_loop_irreducible_cfg() nounwind {
entry:
  br label %block

block:
  br label %block
}