ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not ready...
authorNuno Lopes <nunoplopes@sapo.pt>
Fri, 29 Jun 2012 17:37:07 +0000 (17:37 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Fri, 29 Jun 2012 17:37:07 +0000 (17:37 +0000)
commit60db7966acc9462e62ccfd5075aece683149505b
tree44598cbbc922365c54e4f540bc1eb0618b51573c
parente2ec14090999a45583ed0f6e6f1a1effc510f4f3
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not ready to handle invokes. instcombine will take care of this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/Local.cpp