X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_cranelift%2Fsrc%2Ftrap.rs;h=690d96764a8f588d1e8ed0e5827c71aec89c0d05;hb=6cd02a85f1e40f8feac4f09c987baba0821b7756;hp=37dca77bdbd093e8baa0050099145bfde5a9fd2b;hpb=a7a05388023b83fe7b6f39d387b17b3af7f9a653;p=rust.git diff --git a/compiler/rustc_codegen_cranelift/src/trap.rs b/compiler/rustc_codegen_cranelift/src/trap.rs index 37dca77bdbd..690d96764a8 100644 --- a/compiler/rustc_codegen_cranelift/src/trap.rs +++ b/compiler/rustc_codegen_cranelift/src/trap.rs @@ -67,4 +67,3 @@ pub(crate) fn trap_unimplemented(fx: &mut FunctionCx<'_, '_, impl Module>, msg: let true_ = fx.bcx.ins().iconst(types::I32, 1); fx.bcx.ins().trapnz(true_, TrapCode::User(!0)); } -