Remove accidentally committed debug line.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 14 Mar 2013 05:19:12 +0000 (05:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 14 Mar 2013 05:19:12 +0000 (05:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177005 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/GCOVProfiling.cpp

index 21e21d4273c146af9ea54627cb0e5ffacf5480a5..921d48c3646de4e94cf9a2009c827aadeeca66bc 100644 (file)
@@ -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);