about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/no_inlined_clone.{impl#0}-clone.PreCodegen.after.mir
blob: 9020cf1ef37f230b296ef06dc57ec15deb261382 (plain)
1
2
3
4
5
6
7
8
9
10
11
// MIR for `<impl at $DIR/no_inlined_clone.rs:9:10: 9:15>::clone` after PreCodegen

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;
    }
}