Commits

Arnold Schwaighofer committed f08a4ffbb7f
SILCombine: Remove stale edges for try_apply instructions from the callgraph The code was only handling apply instructions while the call graph can contain both. SILCombine optimizes try_apply instructions and so we ended up with a call graph with invalid vertices. rdar://22702552 Swift SVN r31974