Commits

Chris Lattner committed fb640dfc21f
start removing Materialization logic from the type checker: - MaterializeExpr can never be formed in an argument list (but still can as the base object) so remove that case from CSApply. - LValues never exist *inside* of tuples, so remove code related to that. Swift SVN r11889