summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-03-14 05:19:12 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-03-14 05:19:12 +0000
commit307a1d03b507bca7fd25f233531f1e1763eaf878 (patch)
tree73bda7cc6cf1a0ccc5b9c2e32b625db5eb55a8f3
parentc8bf8249ce5b5b952957f7d47e08c9877ea72bbc (diff)
downloadbcm5719-llvm-307a1d03b507bca7fd25f233531f1e1763eaf878.tar.gz
bcm5719-llvm-307a1d03b507bca7fd25f233531f1e1763eaf878.zip
Remove accidentally committed debug line.
llvm-svn: 177005
-rw-r--r--llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
index 21e21d4273c..921d48c3646 100644
--- a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud