Skip to content

Commit 52ba01c

Browse files
authored
Fix typo in intrinsic name in a comment. (#2719)
Signed-off-by: Marcos Maronas <[email protected]>
1 parent 484e407 commit 52ba01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SPIRV/SPIRVWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4754,7 +4754,7 @@ SPIRVValue *LLVMToSPIRVBase::transIntrinsicInst(IntrinsicInst *II,
47544754
case Intrinsic::invariant_start:
47554755
case Intrinsic::invariant_end:
47564756
case Intrinsic::dbg_label:
4757-
// llvm.trap and llvm.debug.trap intrinsics are not implemented. But for now
4757+
// llvm.trap and llvm.debugtrap intrinsics are not implemented. But for now
47584758
// don't crash. This change is pending the trap/abort intrinsic
47594759
// implementation.
47604760
case Intrinsic::trap:

0 commit comments

Comments
 (0)