Skip to content

Commit b4ccf32

Browse files
committed
fixed typo
1 parent 89b1109 commit b4ccf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ defm SPV_INTEL_memory_access_aliasing : ExtensionOperand<118>;
315315
defm SPV_INTEL_fp_max_error : ExtensionOperand<119>;
316316
defm SPV_INTEL_ternary_bitwise_function : ExtensionOperand<120>;
317317
defm SPV_INTEL_subgroup_matrix_multiply_accumulate : ExtensionOperand<121>;
318-
defm SPV_INTEL_2d_block_io : ExtensionOperand<120>;
318+
defm SPV_INTEL_2d_block_io : ExtensionOperand<122>;
319319

320320
//===----------------------------------------------------------------------===//
321321
// Multiclass used to define Capabilities enum values and at the same time

0 commit comments

Comments
 (0)