Skip to content

Commit 870b90b

Browse files
svenvhKornevNikita
authored andcommitted
Fix typos in test/ExtendBitBoolArg.ll (#1790)
Original commit: KhronosGroup/SPIRV-LLVM-Translator@c18de44
1 parent ed3c40f commit 870b90b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm-spirv/test/ExtendBitBoolArg.ll

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
; RUN: llvm-as -opaque-pointers=0 %s -o %t.bc
2-
; RUN: llvm-spirv -s %t.bc -opaque-pointers=0 -o %t.regulzarized.bc
3-
; RUN: llvm-dis -opaque-pointers=0 %t.regulzarized.bc -o %t.regulzarized.ll
4-
; RUN: FileCheck < %t.regulzarized.ll %s
2+
; RUN: llvm-spirv -s %t.bc -opaque-pointers=0 -o %t.regularized.bc
3+
; RUN: llvm-dis -opaque-pointers=0 %t.regularized.bc -o %t.regularized.ll
4+
; RUN: FileCheck < %t.regularized.ll %s
55

6-
; Translation cycle should be successfull:
7-
; RUN: llvm-spirv %t.regulzarized.bc -o %t.spv
6+
; Translation cycle should be successful:
7+
; RUN: llvm-spirv %t.regularized.bc -o %t.spv
88
; RUN: llvm-spirv -r -emit-opaque-pointers %t.spv -o %t.rev.bc
99

1010
; CHECK: %[[#Base:]] = load i1, i1 addrspace(4)*{{.*}}, align 1

0 commit comments

Comments
 (0)