mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 12:55:45 +00:00
Update comment.
llvm-svn: 140156
This commit is contained in:
parent
65d142a389
commit
06d7cd5b4e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user