mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
23 lines
511 B
Diff
23 lines
511 B
Diff
- // MIR for `not_inlined_c_variadic` before Inline
|
|
+ // MIR for `not_inlined_c_variadic` after Inline
|
|
|
|
fn not_inlined_c_variadic() -> () {
|
|
let mut _0: ();
|
|
let _1: u32;
|
|
scope 1 {
|
|
debug s => _1;
|
|
}
|
|
|
|
bb0: {
|
|
StorageLive(_1);
|
|
_1 = sum(const 4_u32, const 4_u32, const 30_u32, const 200_u32, const 1000_u32) -> [return: bb1, unwind continue];
|
|
}
|
|
|
|
bb1: {
|
|
_0 = const ();
|
|
StorageDead(_1);
|
|
return;
|
|
}
|
|
}
|
|
|