aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/EdgeBundles.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/EdgeBundles.h')
-rw-r--r--include/llvm/CodeGen/EdgeBundles.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/EdgeBundles.h b/include/llvm/CodeGen/EdgeBundles.h
index 2899fe1..c31fad2 100644
--- a/include/llvm/CodeGen/EdgeBundles.h
+++ b/include/llvm/CodeGen/EdgeBundles.h
@@ -59,11 +59,6 @@ private:
void getAnalysisUsage(AnalysisUsage&) const override;
};
-/// Specialize WriteGraph, the standard implementation won't work.
-raw_ostream &WriteGraph(raw_ostream &O, const EdgeBundles &G,
- bool ShortNames = false,
- const Twine &Title = "");
-
} // end namespace llvm
#endif