From: Nick Lewycky Date: Thu, 14 Mar 2013 05:19:12 +0000 (+0000) Subject: Remove accidentally committed debug line. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=347e88bb229e6be16ce97badd6016889e84a46f6;p=oota-llvm.git Remove accidentally committed debug line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177005 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/lib/Transforms/Instrumentation/GCOVProfiling.cpp index 21e21d4273c..921d48c3646 100644 --- a/lib/Transforms/Instrumentation/GCOVProfiling.cpp +++ b/lib/Transforms/Instrumentation/GCOVProfiling.cpp @@ -395,7 +395,6 @@ void GCOVProfiler::emitProfileNotes() { DICompileUnit CU(CU_Nodes->getOperand(i)); std::string ErrorInfo; - outs() << "outputting gcno to: " << mangleName(CU, "gcno") << "\n"; raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo, raw_fd_ostream::F_Binary); out.write("oncg", 4);