Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
mir-opt
/
pre-codegen
/
no_inlined_clone.{impl#0}-clone.runtime-optimized.after.mir
blob: 6361b9f9be6a2883a1d541ed79f2a03598478c16 [
file
] [
edit
]
// MIR for `<impl at $DIR/no_inlined_clone.rs:9:10: 9:15>::clone` after runtime-optimized
fn
<
impl at $DIR
/
no_inlined_clone
.
rs
:
9
:
10
:
9
:
15
>::
clone
(
_1
:
&
Foo
)
->
Foo
{
debug
self
=>
_1
;
let
mut _0
:
Foo
;
bb0
:
{
_0
=
copy
(*
_1
);
return
;
}
}