Learn more about cloning repositories
You have read-only access
[sil-inliner] In SILInliner::visitSILBasicBlock, invert for (...) { if (!Cond) { do } } -> for (...) { if (Cond) continue; do }. Additionally make the function a little easier to read. Swift SVN r11341