Skip to content

Commit b2d183e

Browse files
committed
remove unused test arguments
Signed-off-by: Nathan Gauër <[email protected]>
1 parent 4d25afc commit b2d183e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/SPIRV/decoration-order.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; This test checks the OpDecorate MIR is generated after the associated
33
; vreg definition in the case of an array size declared through this lowering.
44

5-
define spir_func i32 @foo(ptr addrspace(4) %Buf, ptr addrspace(4) %Item) {
5+
define spir_func i32 @foo() {
66
entry:
77
%var = alloca i64
88
br label %block

0 commit comments

Comments
 (0)