Commits
Chris Lattner committed 724b49515da
Fix int to not be a typealias for __builtin_int64_type - it is a struct containing one now. This allows different operators to be defined (some day) for uint and int, even though both are i32's. Swift SVN r391