Skip to content

Commit edc8770

Browse files
Firestar99eddyb
authored andcommitted
update rspirv: fix renamed ops
1 parent 57ea3bd commit edc8770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/spirv_type_constraints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ pub fn instruction_signatures(op: Op) -> Option<&'static [InstSig<'static>]> {
821821

822822
// Instructions not present in current SPIR-V specification
823823
// SPV_INTEL_function_pointers
824-
Op::FunctionPointerINTEL | Op::FunctionPointerCallINTEL => {
824+
Op::ConstantFunctionPointerINTEL | Op::FunctionPointerCallINTEL => {
825825
reserved!(SPV_INTEL_function_pointers);
826826
}
827827
// SPV_INTEL_device_side_avc_motion_estimation

0 commit comments

Comments
 (0)