Commits

Jordan Rose committed 553983f5845
Fix misuse of alignof, which returns alignment as 2^N instead of N. If we constexpr'd some of the functions in MathExtras we could use log2(alignof(T)), but for now just hardcode a literal "3". Swift SVN r9928