diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-03-14 05:19:12 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-03-14 05:19:12 +0000 |
commit | 347e88bb229e6be16ce97badd6016889e84a46f6 (patch) | |
tree | 9e16d40cf3fac4fc3fa93994b663e2258b83e435 | |
parent | a204ef3168c8804808c716115ba915c89d8849b9 (diff) |
Remove accidentally committed debug line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177005 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Instrumentation/GCOVProfiling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/lib/Transforms/Instrumentation/GCOVProfiling.cpp index 21e21d4273..921d48c364 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); |