Skip to content

Commit

Permalink
Fix typo in intrinsic name in a comment. (#2719)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Maronas <[email protected]>
  • Loading branch information
maarquitos14 authored Sep 17, 2024
1 parent 484e407 commit 52ba01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SPIRV/SPIRVWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4754,7 +4754,7 @@ SPIRVValue *LLVMToSPIRVBase::transIntrinsicInst(IntrinsicInst *II,
case Intrinsic::invariant_start:
case Intrinsic::invariant_end:
case Intrinsic::dbg_label:
// llvm.trap and llvm.debug.trap intrinsics are not implemented. But for now
// llvm.trap and llvm.debugtrap intrinsics are not implemented. But for now
// don't crash. This change is pending the trap/abort intrinsic
// implementation.
case Intrinsic::trap:
Expand Down

0 comments on commit 52ba01c

Please sign in to comment.