Skip to content

Commit 57e9fe5

Browse files
committed
arsenm's comment
1 parent 1f77682 commit 57e9fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/stackaddress.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare ptr @llvm.stackaddress.p0()
44

55
define ptr @test() {
6-
; CHECK: STACKADDRESS is not supported on this target.
6+
; CHECK: error: <unknown>:0:0: STACKADDRESS is not supported on this target.
77
%sp = call ptr @llvm.stackaddress.p0()
88
ret ptr %sp
99
}

0 commit comments

Comments
 (0)