9104c898eb
Remove special handling of `box_free` from `LocalAnalyzer` The special casing of `box_free` predates the use of dominators in analyzer. It is no longer necessary now that analyzer verifies that the first assignment dominates all uses.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.