1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Remove dead function.

llvm-svn: 130903
This commit is contained in:
Nick Lewycky 2011-05-05 00:17:34 +00:00
parent 94f2ee1bef
commit 83b0b39eff

View File

@ -321,11 +321,6 @@ namespace {
};
}
// Replace the stem of a file, or add one if missing.
static std::string replaceStem(std::string OrigFilename, std::string NewStem) {
return (sys::path::stem(OrigFilename) + "." + NewStem).str();
}
std::string GCOVProfiler::mangleName(DICompileUnit CU, std::string NewStem) {
if (NamedMDNode *GCov = M->getNamedMetadata("llvm.gcov")) {
for (int i = 0, e = GCov->getNumOperands(); i != e; ++i) {