Commits

Joe Groff committed a851072a25b
SIL: Ensure all terminators are handled by TermInst::getSuccessors. Create a separate TERMINATOR xmacro in SILNodes.def that only expands for terminators. Use it in TermInst::getSuccessors to automatically delegate to leaf terminator getSuccessors implementations without requiring additional maintenance work when new terminator instructions are added in the future. Swift SVN r6869