Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
mir-opt
/
inline
/
rustc_no_mir_inline.caller.Inline.panic-unwind.diff
blob: 4506a338edd7a68769035f5cab734fa76cffbd3f [
file
] [
log
] [
blame
]
-
// MIR for `caller` before Inline
+
// MIR for `caller` after Inline
fn
caller
()
->
()
{
let
mut _0
:
();
let
_1
:
();
bb0
:
{
StorageLive
(
_1
);
_1
=
callee
()
->
[
return
:
bb1
,
unwind
continue
];
}
bb1
:
{
StorageDead
(
_1
);
_0
=
const
();
return
;
}
}