Skip to content

Commit

Permalink
fix comment (review change)
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
  • Loading branch information
mirkootter and bjorn3 committed Jun 7, 2023
1 parent 12ad662 commit 744ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_llvm/src/intrinsic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ fn codegen_wasm_try<'ll>(
// ret i32 0
//
// catchswitch:
// %cs = catchswitch within none [%catchpad_rust] unwind to caller
// %cs = catchswitch within none [%catchpad] unwind to caller
//
// catchpad:
// %tok = catchpad within %cs [null]
Expand Down

0 comments on commit 744ec64

Please sign in to comment.