Skip to content

Commit 23f9283

Browse files
Update llvm/test/CodeGen/SPIRV/GlobalVarAddrspace.ll
Co-authored-by: Michal Paszkowski <[email protected]>
1 parent 0b48528 commit 23f9283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/SPIRV/GlobalVarAddrspace.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;
1010
; "Variables can not have a function[7] storage class outside of a function".
1111
;
12-
; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
12+
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
1313
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv64-unknown-unknown %s -o - -filetype=obj | spirv-val %}
1414

1515
; CHECK: %[[#Ptr:]] = OpTypePointer CrossWorkgroup %[[#]]

0 commit comments

Comments
 (0)