Learn more about cloning repositories
You have read-only access
stdlib: Fix sign bug in Float*(integerLiteral:). Int is signed, not unsigned, so should be converted using sitofp. Fixes rdar://problem/20467684. Swift SVN r30487