Commits

Dmitri Hrybenko committed 60a05bc40ff
tests: rewrite (almost) all tests that assume that Swift.Int is implemented with Builtin.Word The definition Swift.Int is becoming heavily platform-dependent, please avoid using it in SIL and IR tests unless Swift.Int is being tested and can't be replaced with a fixed-width type (e.g., Int32). Swift SVN r24720