diff options
author | Yuchen Wu <yuchenericwu@hotmail.com> | 2013-12-05 22:02:29 +0000 |
---|---|---|
committer | Yuchen Wu <yuchenericwu@hotmail.com> | 2013-12-05 22:02:29 +0000 |
commit | c3e642472233bd48f39cc8593a6d6d43877d050b (patch) | |
tree | 8e30e49da1cc93a96d21a80a89e8595632f70e9c | |
parent | 6ceed44db413a3ceb20533ab9191084c49adc7b2 (diff) | |
download | bcm5719-llvm-c3e642472233bd48f39cc8593a6d6d43877d050b.tar.gz bcm5719-llvm-c3e642472233bd48f39cc8593a6d6d43877d050b.zip |
llvm-cov: Conformed headers.
llvm-svn: 196541
-rw-r--r-- | llvm/include/llvm/Support/GCOV.h | 4 | ||||
-rw-r--r-- | llvm/lib/IR/GCOV.cpp | 2 | ||||
-rw-r--r-- | llvm/tools/llvm-cov/llvm-cov.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/GCOV.h b/llvm/include/llvm/Support/GCOV.h index 188c4126f1f..5c27316f57b 100644 --- a/llvm/include/llvm/Support/GCOV.h +++ b/llvm/include/llvm/Support/GCOV.h @@ -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. // //===----------------------------------------------------------------------===// diff --git a/llvm/lib/IR/GCOV.cpp b/llvm/lib/IR/GCOV.cpp index d377858498c..8e5fd775a89 100644 --- a/llvm/lib/IR/GCOV.cpp +++ b/llvm/lib/IR/GCOV.cpp @@ -1,4 +1,4 @@ -//===- GCOVr.cpp - LLVM coverage tool -------------------------------------===// +//===- GCOV.cpp - LLVM coverage tool --------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/tools/llvm-cov/llvm-cov.cpp b/llvm/tools/llvm-cov/llvm-cov.cpp index b1ea33e4bdc..7d3277aa8bd 100644 --- a/llvm/tools/llvm-cov/llvm-cov.cpp +++ b/llvm/tools/llvm-cov/llvm-cov.cpp @@ -1,4 +1,4 @@ -//===- tools/llvm-cov/llvm-cov.cpp - LLVM coverage tool -------------------===// +//===- llvm-cov.cpp - LLVM coverage tool ----------------------------------===// // // The LLVM Compiler Infrastructure // |