aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-23 03:47:42 +0000
committerChris Lattner <sabre@nondot.org>2009-08-23 03:47:42 +0000
commitc02497f5bae87e71fd5617db5751cb0b3a14bbed (patch)
tree7f326f17e9252d7ee004cd74dbb329b5c82d21f9 /include/llvm/CodeGen/LiveIntervalAnalysis.h
parent705e07f578e2b3af47ddab610feb4e7f2d3063a5 (diff)
downloadexternal_llvm-c02497f5bae87e71fd5617db5751cb0b3a14bbed.zip
external_llvm-c02497f5bae87e71fd5617db5751cb0b3a14bbed.tar.gz
external_llvm-c02497f5bae87e71fd5617db5751cb0b3a14bbed.tar.bz2
shoot a few more std::ostream print methods in the head.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 9204839..b20cc6e 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -348,9 +348,6 @@ namespace llvm {
/// print - Implement the dump method.
virtual void print(std::ostream &O, const Module* = 0) const;
- void print(std::ostream *O, const Module* M = 0) const {
- if (O) print(*O, M);
- }
/// addIntervalsForSpills - Create new intervals for spilled defs / uses of
/// the given interval. FIXME: It also returns the weight of the spill slot