rust/src/librustc_trans
Mark Simulacrum d55e73954a Do not use BAB after calling unreachable.
This does not make unreachable and other terminators take self by-value
because it is deemed too difficult. We would need to create by-value
methods on BAB that call into Builder, due to the Deref to builder.
2016-12-20 20:04:43 -07:00
..
2016-12-20 20:04:41 -07:00
2016-12-20 20:04:43 -07:00
2016-12-20 20:04:41 -07:00
2016-12-20 20:04:41 -07:00
2016-12-20 20:04:41 -07:00
2016-12-20 20:04:43 -07:00
2016-12-20 20:03:31 -07:00
2016-12-20 20:02:52 -07:00
2016-12-20 20:04:43 -07:00
2016-12-20 20:04:43 -07:00
2016-12-20 20:02:50 -07:00
2016-12-20 20:03:35 -07:00
2016-12-20 20:04:43 -07:00
2016-12-20 20:04:41 -07:00
2016-12-20 20:04:41 -07:00

See the README.md in ../librustc.