Remove accidentally committed debug line.

llvm-svn: 177005
This commit is contained in:
Nick Lewycky 2013-03-14 05:19:12 +00:00
parent c8bf8249ce
commit 307a1d03b5
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ void GCOVProfiler::emitProfileNotes() {
DICompileUnit CU(CU_Nodes->getOperand(i)); DICompileUnit CU(CU_Nodes->getOperand(i));
std::string ErrorInfo; std::string ErrorInfo;
outs() << "outputting gcno to: " << mangleName(CU, "gcno") << "\n";
raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo, raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo,
raw_fd_ostream::F_Binary); raw_fd_ostream::F_Binary);
out.write("oncg", 4); out.write("oncg", 4);