llvm-cov: Conformed headers.
authorYuchen Wu <yuchenericwu@hotmail.com>
Thu, 5 Dec 2013 22:02:29 +0000 (22:02 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Thu, 5 Dec 2013 22:02:29 +0000 (22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196541 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/GCOV.h
lib/IR/GCOV.cpp
tools/llvm-cov/llvm-cov.cpp

index 188c4126f1f0e22a069820384fe6480881828144..5c27316f57b84e0f89b234541a1756fbec39dd8e 100644 (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.
 //
 //===----------------------------------------------------------------------===//
index d377858498c1b91cc7f3de7fd81c4f9dd225b725..8e5fd775a89af81c9a783fbb228c9fe9cd6705e3 100644 (file)
@@ -1,4 +1,4 @@
-//===- GCOVr.cpp - LLVM coverage tool -------------------------------------===//
+//===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b1ea33e4bdcea7ea1b5ebedcc64601bd384d1a20..7d3277aa8bdec9a34d5f2480b030e8ab0903429a 100644 (file)
@@ -1,4 +1,4 @@
-//===- tools/llvm-cov/llvm-cov.cpp - LLVM coverage tool -------------------===//
+//===- llvm-cov.cpp - LLVM coverage tool ----------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //