Remove MachineModuleInfo::UsedFunctions as it has no users.
authorPete Cooper <peter_cooper@apple.com>
Thu, 11 Jun 2015 01:04:56 +0000 (01:04 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 11 Jun 2015 01:04:56 +0000 (01:04 +0000)
commit5a118340dd665fd2776e6a48b63e35b59a548d73
tree9fa7fe64b9c32eb157f67eb2de6915285d7b1d27
parente0d6eef952166bd1ffa0ad77e4501780d4d5681d
Remove MachineModuleInfo::UsedFunctions as it has no users.

It hasn't been used since r130964.

This also removes MachineModuleInfo::isUsedFunction and
MachineModuleInfo::AnalyzeModule, both of which were only
there to support UsedFunctions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239501 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.cpp