]> git.lizzy.rs Git - rust.git/commit
make inliner remove the fn_entry flag on Retag statements
authorRalf Jung <post@ralfj.de>
Wed, 24 Oct 2018 11:47:48 +0000 (13:47 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 29 Oct 2018 08:16:25 +0000 (09:16 +0100)
commit8a61d492a97d829638f60b19ac2196e7b9076720
tree9bf6c96d7fc97a7545cb629958def02a540e4aa8
parent96ba4af258aa60a64a9e08b12a48ddab070e3efc
make inliner remove the fn_entry flag on Retag statements
src/librustc/mir/visit.rs
src/librustc_mir/transform/inline.rs
src/test/mir-opt/inline-retag.rs [new file with mode: 0644]