diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-23 03:47:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-23 03:47:42 +0000 |
commit | c02497f5bae87e71fd5617db5751cb0b3a14bbed (patch) | |
tree | 7f326f17e9252d7ee004cd74dbb329b5c82d21f9 /include/llvm/CodeGen/LiveStackAnalysis.h | |
parent | 705e07f578e2b3af47ddab610feb4e7f2d3063a5 (diff) |
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/LiveStackAnalysis.h')
-rw-r--r-- | include/llvm/CodeGen/LiveStackAnalysis.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/LiveStackAnalysis.h b/include/llvm/CodeGen/LiveStackAnalysis.h index 27ae1be7f9..3d4dbf9370 100644 --- a/include/llvm/CodeGen/LiveStackAnalysis.h +++ b/include/llvm/CodeGen/LiveStackAnalysis.h @@ -103,9 +103,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); - } }; } |