aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/CallGraphSort.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/CallGraphSort.h')
-rw-r--r--lld/ELF/CallGraphSort.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/ELF/CallGraphSort.h b/lld/ELF/CallGraphSort.h
index 5f9987c..89e6f617 100644
--- a/lld/ELF/CallGraphSort.h
+++ b/lld/ELF/CallGraphSort.h
@@ -16,9 +16,6 @@ struct Ctx;
class InputSectionBase;
llvm::DenseMap<const InputSectionBase *, int>
-computeCacheDirectedSortOrder(Ctx &);
-
-llvm::DenseMap<const InputSectionBase *, int>
computeCallGraphProfileOrder(Ctx &);
} // namespace lld::elf