Rename removeAllMetadata to clearMetadataHashEntries and simplify
authorDan Gohman <gohman@apple.com>
Tue, 20 Jul 2010 22:25:04 +0000 (22:25 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 20 Jul 2010 22:25:04 +0000 (22:25 +0000)
commit4f1be4abba762f8a7b77d7622abaf1ed1a87b48b
treecac6260696e5757612a2ce38b17bd6c54226ce49
parent7648bd428b42170b27b53a4faff33dc029579dcc
Rename removeAllMetadata to clearMetadataHashEntries and simplify
it to just do the things that need to be done when an instruction
is deleted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108948 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instruction.h
lib/VMCore/Instruction.cpp
lib/VMCore/Metadata.cpp