diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 | 
| commit | cf099d11218cb6f6c5cce947d6738e347f07fb12 (patch) | |
| tree | d2b61ce94e654cb01a254d2195259db5f9cc3f3c /lib/Analysis/LoopPass.cpp | |
| parent | 49011b52fcba02a6051957b84705159f52fae4e4 (diff) | |
Notes
Diffstat (limited to 'lib/Analysis/LoopPass.cpp')
| -rw-r--r-- | lib/Analysis/LoopPass.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/LoopPass.cpp b/lib/Analysis/LoopPass.cpp index 15d4db8f5f98..8e1a7bfef699 100644 --- a/lib/Analysis/LoopPass.cpp +++ b/lib/Analysis/LoopPass.cpp @@ -30,7 +30,6 @@ private:  public:    static char ID; -  PrintLoopPass() : LoopPass(ID), Out(dbgs()) {}    PrintLoopPass(const std::string &B, raw_ostream &o)        : LoopPass(ID), Banner(B), Out(o) {}  | 
