Skip to content

Commit 22359e7

Browse files
maarquitos14jsji
authored andcommitted
Fix typo in intrinsic name in a comment. (#2719)
Signed-off-by: Marcos Maronas <marcos.maronas@intel.com> Original commit: KhronosGroup/SPIRV-LLVM-Translator@52ba01c7e56cf4a
1 parent 2f9d8d6 commit 22359e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/lib/SPIRV/SPIRVWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4762,7 +4762,7 @@ SPIRVValue *LLVMToSPIRVBase::transIntrinsicInst(IntrinsicInst *II,
47624762
case Intrinsic::invariant_start:
47634763
case Intrinsic::invariant_end:
47644764
case Intrinsic::dbg_label:
4765-
// llvm.trap and llvm.debug.trap intrinsics are not implemented. But for now
4765+
// llvm.trap and llvm.debugtrap intrinsics are not implemented. But for now
47664766
// don't crash. This change is pending the trap/abort intrinsic
47674767
// implementation.
47684768
case Intrinsic::trap:

0 commit comments

Comments
 (0)