OSDN Git Service

Erase deleted instructions from GVN's ValueTable. This fixes assertion
authorBob Wilson <bob.wilson@apple.com>
Mon, 22 Feb 2010 21:39:41 +0000 (21:39 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 22 Feb 2010 21:39:41 +0000 (21:39 +0000)
commit74175c2ca1d4c9180f5e46d362814b9f0a114536
tree84d464590d8afecfe5e9d6294f6bb3ee6b1d617f
parentfc90d4c0f447f048a3534029d5b6335e2109cd39
Erase deleted instructions from GVN's ValueTable.  This fixes assertion
failures from ValueTable::verifyRemoved() when using -debug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96805 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp