mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Remove dead function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130903 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fcf74ed5a2
commit
7a75a9ade8
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user