Skip to content

Commit 8a254cd

Browse files
committed
fix comments
1 parent 4f1c8bc commit 8a254cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AMDGPU/use-after-free-after-cleanup-failed-vreg.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; RUN: not llc -mcpu=gfx1100 -mtriple=amdgcn-amd-amdhsa -stress-regalloc=4 %s 2>&1 | FileCheck %s
1+
; RUN: not llc -mcpu=gfx1100 -mtriple=amdgcn-amd-amdhsa -stress-regalloc=4 -filetype=null -verify-machineinstrs %s 2>&1 | FileCheck %s
22

3-
; CHECK: ran out of registers during register allocation in function 'f'
3+
; CHECK: error: <unknown>:0:0: ran out of registers during register allocation in function 'f'
44

55
define <16 x half> @f(i1 %LGV2, <16 x half> %0) {
66
BB:

0 commit comments

Comments
 (0)