diff options
author | Devang Patel <dpatel@apple.com> | 2011-09-20 18:05:45 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-09-20 18:05:45 +0000 |
commit | 1a155a8200e2926dba4dd1cb9cd02310ebe77bbb (patch) | |
tree | 571c7bf3b91c4ada63e19001590f156bb8d0f4a8 /llvm/lib/Transforms/Instrumentation | |
parent | 5507159245117270229b66dfa018afbab446be4e (diff) | |
download | bcm5719-llvm-1a155a8200e2926dba4dd1cb9cd02310ebe77bbb.tar.gz bcm5719-llvm-1a155a8200e2926dba4dd1cb9cd02310ebe77bbb.zip |
Update comment.
llvm-svn: 140156
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp index d55f0fa9192..250489b8d9a 100644 --- a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp @@ -158,8 +158,7 @@ namespace { 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) { |