mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 11:10:12 +00:00
Remove accidentally committed debug line.
llvm-svn: 177005
This commit is contained in:
parent
d2ee2e0cd8
commit
a61dbc58bb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user