Skip to content

Commit 744ec64

Browse files
mirkootterbjorn3
andcommitted
fix comment (review change)
Co-authored-by: bjorn3 <[email protected]>
1 parent 12ad662 commit 744ec64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/intrinsic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ fn codegen_wasm_try<'ll>(
642642
// ret i32 0
643643
//
644644
// catchswitch:
645-
// %cs = catchswitch within none [%catchpad_rust] unwind to caller
645+
// %cs = catchswitch within none [%catchpad] unwind to caller
646646
//
647647
// catchpad:
648648
// %tok = catchpad within %cs [null]

0 commit comments

Comments
 (0)