Clarify that constant folding of instructions applies when all operands
[oota-llvm.git] / lib / Analysis / IPA / CallGraphSCCPass.cpp
index b7a27cb288d92b564b457bec01a9c23c882c45db..725ab72f5595224457a6f56cfe5dab74fb7234c9 100644 (file)
@@ -582,7 +582,6 @@ namespace {
     
   public:
     static char ID;
-    PrintCallGraphPass() : CallGraphSCCPass(ID), Out(dbgs()) {}
     PrintCallGraphPass(const std::string &B, raw_ostream &o)
       : CallGraphSCCPass(ID), Banner(B), Out(o) {}