[llvm-commits] [llvm] r140156 - /llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Devang Patel
dpatel at apple.com
Tue Sep 20 11:05:45 PDT 2011
Author: dpatel
Date: Tue Sep 20 13:05:45 2011
New Revision: 140156
URL: http://llvm.org/viewvc/llvm-project?rev=140156&view=rev
Log:
Update comment.
Modified:
llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Modified: llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp?rev=140156&r1=140155&r2=140156&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp Tue Sep 20 13:05:45 2011
@@ -158,8 +158,7 @@
class GCOVBlock;
// Constructed only by requesting it from a GCOVBlock, this object stores a
- // list of line numbers and a single filename, representing lines that belong
- // to the block.
+ // list of line numbers representing lines that belong to the block.
class GCOVLines : public GCOVRecord {
public:
void addLine(uint32_t Line) {
More information about the llvm-commits
mailing list