diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-04 18:12:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-04 18:12:00 +0000 |
commit | 17aa68055beed6faa48ca3a995c5b6fdf5092fd4 (patch) | |
tree | 7da92972b344ad9066b17b8bd89e3701b07ea3f8 /lib/Analysis/LoopPass.cpp | |
parent | 89f87e8f5a4021756b2cfe55c484551e6a138b88 (diff) |
zap dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113073 91177308-0d34-0410-b5e6-96231b3b80d8
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 15d4db8f5f..8e1a7bfef6 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) {} |