Don't leak RegClass2VRegMap, which is now a new[] array instead of a
authorDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 18:54:05 +0000 (18:54 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 18:54:05 +0000 (18:54 +0000)
commit71f095b20a2b1710d35b81fced4ae8b2ca1a6f61
tree8d1b9ef445f83454970ddbfc8f58946c6573b543
parenta606d955de3b0f777131d74162eb6f11b5f95d75
Don't leak RegClass2VRegMap, which is now a new[] array instead of a
std::vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106298 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineRegisterInfo.cpp