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)
commitfd41de0b10ef8df3fd9ab125a884a11d5dc194a0
tree6fd97e1eb25391da32e2e66b704c4d8b4d998406
parentd9010963457f5ec3f1e5838c9d64565088f0a15a
Check that pointers are removed from maps before calling delete on the pointers,
for tidiness' sake.

llvm-svn: 174988
llvm/lib/Transforms/Scalar/GVN.cpp