Commits

Michael Gottesman committed 1c42e7c1a61
In recursivelyDeleteTriviallyDeadInstructions, call the callback before we mutate the state of the to be deleted instructions. Previously in the aforementioned function, we drop the operands of the instruction before we call the callback function. This means that if, for instance, one was printing out that instruction, the printer would blow up when it attempts to access the instruction. Swift SVN r20003