llvm-reduce: Don't delete instructions in global variable reduction
For some reason the global variable reduction was trying to delete use instructions. This broke the verifier if the user was a terminator, since the block now no longer has one. It doesn't make sense for this reduction to delete the users, so just stop doing that.
Loading
Please sign in to comment