Skip to content

Commit bde140c

Browse files
committed
AMDGPU: Remove a FileCheck from an XFAILed test
In case the assert ever stops, we don't want to hit the FileCheck error from there being no checks.
1 parent 5f20f9a commit bde140c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; XFAIL: *
22
; REQUIRES: asserts
3-
; RUN: llc -mtriple=r600 -mcpu=cypress < %s | FileCheck %s
3+
; RUN: llc -mtriple=r600 -mcpu=cypress < %s
44

55
define amdgpu_kernel void @inf_loop_irreducible_cfg() nounwind {
66
entry:

0 commit comments

Comments
 (0)