Revert "remove alias analysis and replace with borrowck"

18s perf regression compiling rustc with opts

This reverts commit 7f6ee0ce0d.
This commit is contained in:
Brian Anderson 2012-06-07 19:42:22 -07:00
parent c058f1d992
commit 7ef825bb60
51 changed files with 1134 additions and 31 deletions

View file

@ -116,6 +116,7 @@ enum astencode_tag { // Reserves 0x50 -- 0x6f
tag_table_param_bounds,
tag_table_inferred_modes,
tag_table_mutbl,
tag_table_copy,
tag_table_last_use,
tag_table_spill,
tag_table_method_map,