mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
Removing unused function.
llvm-svn: 267236
This commit is contained in:
parent
6dca3ae366
commit
f0c3d71afb
@ -85,21 +85,6 @@ static std::string getDescription(const CallGraphSCC &SCC) {
|
||||
return Desc;
|
||||
}
|
||||
|
||||
static std::string getDescription(const LazyCallGraph::SCC &SCC) {
|
||||
std::string Desc = "SCC (";
|
||||
bool First = true;
|
||||
for (LazyCallGraph::Node &CGN : SCC) {
|
||||
if (First)
|
||||
First = false;
|
||||
else
|
||||
Desc += ", ";
|
||||
Function &F = CGN.getFunction();
|
||||
Desc += F.getName();
|
||||
}
|
||||
Desc += ")";
|
||||
return Desc;
|
||||
}
|
||||
|
||||
// Force instantiations.
|
||||
template bool OptBisect::shouldRunPass(const Pass *, const Module &);
|
||||
template bool OptBisect::shouldRunPass(const Pass *, const Function &);
|
||||
|
Loading…
x
Reference in New Issue
Block a user