Commits

Chris Lattner committed 6c23f3e8f82
Add an important assert to ValueBase, to make it a hard error to delete a value that still has uses. Doing so leaves dangling pointers and is unwise. Nothing in the testsuite triggers this, but simplify-cfg can on real code. Swift SVN r9770