Commits

Erik Eckstein committed b7ea3b9bb23
[SIL] Let alloc_existential_box return a single value. And use the new project_existential_box to get to the address value. SILGen now generates a project_existential_box for each alloc_existential_box. And IRGen re-uses the address value from the alloc_existential_box if the operand of project_existential_box is an alloc_existential_box. This lets the generated code be the same as before.