Commits

Mark Lacey committed 8fad304e02c
Fix a leak. swift::clearBlockBody() in Local.cpp was popping instructions rather than erasing them, resulting in leaking any instructions removed via this function (which is reached via removeDeadBlock(), called throughout SimplifyCFG). Also tweak a couple comments and remove an assert that cannot fire. Swift SVN r27018