Commits

Dave Zarzycki committed 5b92dae801d
Make '=' consistent with the assignment operators It seems wrong that '=' behaves differently than the compound assignment operators and comparison operators. I don't feel strongly about this behavior in and of itself. We can always revert this change later if we want to rationalize why '=' should have grammatically different rules than say '+='. Swift SVN r4027