mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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