Check that pointers are removed from maps before calling delete on the pointers,
authorDan Gohman <dan433584@gmail.com>
Tue, 12 Feb 2013 18:44:43 +0000 (18:44 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 12 Feb 2013 18:44:43 +0000 (18:44 +0000)
commitc73b96a99f0192cd0a64f6d9e20b6e92e1003366
treef9a4bdda3310077fca3927dfbf11a9cd765ade3e
parent67cd669f7b046191646351ec7005bc1b26bb01c3
Check that pointers are removed from maps before calling delete on the pointers,
for tidiness' sake.

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