Remove the old copy propagation pass

This commit is contained in:
Jonas Schievink
2020-10-17 02:25:31 +02:00
parent 5a51185fd4
commit dc3177775c
15 changed files with 74 additions and 642 deletions

View File

@@ -1,6 +1,5 @@
pub mod aggregate;
pub mod borrowck_errors;
pub mod def_use;
pub mod elaborate_drops;
pub mod patch;
pub mod storage;