summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-03-20 18:37:27 +0000
committerJustin Bogner <mail@justinbogner.com>2014-03-20 18:37:27 +0000
commit0b087184cec3ec5435798c9b8cb297a94f0bff7e (patch)
tree585e052a4b9b18c3f0c5261b55a32d37c611f76f /tools
parent072228083f1ef2bc00ce1044c1dda4b6418bf555 (diff)
llvm-profdata: Remove an empty comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204370 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-profdata/llvm-profdata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-profdata/llvm-profdata.cpp b/tools/llvm-profdata/llvm-profdata.cpp
index d8abafc33c2..47e21311357 100644
--- a/tools/llvm-profdata/llvm-profdata.cpp
+++ b/tools/llvm-profdata/llvm-profdata.cpp
@@ -31,7 +31,6 @@ static void exitWithError(const std::string &Message,
::exit(1);
}
-//===----------------------------------------------------------------------===//
int merge_main(int argc, const char *argv[]) {
cl::opt<std::string> Filename1(cl::Positional, cl::Required,
cl::desc("file1"));