Open
Description
rust/src/librustc_codegen_ssa/mir/block.rs
Lines 127 to 131 in 4abb0ad
It appends the ret value storage code directly to the destination bb. This means that if two calls have the same destination, the destination bb will contain the ret value storage code for both calls.