From 744ec64c93937de87a1c74eb2eef265795d9a9d4 Mon Sep 17 00:00:00 2001 From: Jan-Mirko Otter Date: Mon, 22 May 2023 11:19:28 +0200 Subject: [PATCH] fix comment (review change) Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com> --- compiler/rustc_codegen_llvm/src/intrinsic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_codegen_llvm/src/intrinsic.rs b/compiler/rustc_codegen_llvm/src/intrinsic.rs index 883bb1eb8d060..31bafa8781480 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]