]> git.lizzy.rs Git - rust.git/commit
auto merge of #7763 : dotdash/rust/empty_blocks, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 13 Jul 2013 18:07:31 +0000 (11:07 -0700)
committerbors <bors@rust-lang.org>
Sat, 13 Jul 2013 18:07:31 +0000 (11:07 -0700)
commit8d0feb58e7f5ae67546db9c3cd7fdf4ab792d839
treea15e1607b669c08c28735e585f67e75a3e10980e
parent48bfb90865722cf9ffa62a611b3dd41ba8f3d2e4
parent1d2e1a9ae5cc1affe54e3280cf272197a036beaf
auto merge of #7763 : dotdash/rust/empty_blocks, r=pcwalton

These commits remove a bunch of empty or otherwise unnecessary blocks, reducing the size of the pre-optimization IR and improving its readability. `librustc.ll` created with `--passes ""` shrinks by about 120k lines which equals about 5% of the total size.