diff options
| author | Jan-Mirko Otter <janmirko.otter@googlemail.com> | 2023-05-22 11:19:28 +0200 |
|---|---|---|
| committer | Jan-Mirko Otter <janmirko.otter@googlemail.com> | 2023-06-07 17:48:33 +0200 |
| commit | 744ec64c93937de87a1c74eb2eef265795d9a9d4 (patch) | |
| tree | ee1595867bc16c9b2c2ada451882ba636199f23f /compiler/rustc_codegen_llvm | |
| parent | 12ad6622add9246e37ba22f5c3f1f0d212806559 (diff) | |
| download | rust-744ec64c93937de87a1c74eb2eef265795d9a9d4.tar.gz rust-744ec64c93937de87a1c74eb2eef265795d9a9d4.zip | |
fix comment (review change)
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/intrinsic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/intrinsic.rs b/compiler/rustc_codegen_llvm/src/intrinsic.rs index 883bb1eb8d0..31bafa87814 100644 --- a/compiler/rustc_codegen_llvm/src/intrinsic.rs +++ b/compiler/rustc_codegen_llvm/src/intrinsic.rs @@ -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] |
