Commits

Arnold Schwaighofer committed 63623ed6bfc
stdlib: only build a sub-range if we need to type check Creating a range creates overflow checks, since we don't do anything with the range in the case of value types these checks were truly superflous, and not always cleaned up by llvm. rdar://18777237 Swift SVN r23132