llvm-cov: Conformed headers.

llvm-svn: 196541
This commit is contained in:
Yuchen Wu 2013-12-05 22:02:29 +00:00
parent 6ceed44db4
commit c3e6424722
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//===-- llvm/Support/GCOV.h - LLVM coverage tool ----------------*- C++ -*-===//
//===- GCOV.h - LLVM coverage tool ----------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header provides the interface to read and write coverage files that
// This header provides the interface to read and write coverage files that
// use 'gcov' format.
//
//===----------------------------------------------------------------------===//

View File

@ -1,4 +1,4 @@
//===- GCOVr.cpp - LLVM coverage tool -------------------------------------===//
//===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===- tools/llvm-cov/llvm-cov.cpp - LLVM coverage tool -------------------===//
//===- llvm-cov.cpp - LLVM coverage tool ----------------------------------===//
//
// The LLVM Compiler Infrastructure
//