1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

llvm-cov: Conformed headers.

llvm-svn: 196541
This commit is contained in:
Yuchen Wu 2013-12-05 22:02:29 +00:00
parent 7c406f2a69
commit d29823e2c3
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
//