Commits

Arnold Schwaighofer committed 1e060484081
SimplifyCFG: Don't count 'free' instructions during jump-threading Use the inliner's heuristic to decide which instructions are 'free' (constants, etc). We were not jumpthreading a block because it had four instruction in it - two of them integer_literals. rdar://18594600 Swift SVN r22712