diff options
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll b/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll index f6e39b3d830..990f33518ab 100644 --- a/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll +++ b/llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll @@ -1,4 +1,5 @@ ; XFAIL: * +; REQUIRES: asserts ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck %s define void @inf_loop_irreducible_cfg() nounwind { |