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)
commit7cbe58d3c59010af02a13448b10abfbe2cc0fc39
tree8ebbe25b29a9eb43311ce5ce47bb49d8e0afac93
parentac936ff5ab80256b7c6484b9b0252a451d2e71b9
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.

llvm-svn: 239501
llvm/include/llvm/CodeGen/MachineModuleInfo.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/MachineModuleInfo.cpp
llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp