From 1ee1e64293dc1727c0119530ae4bc72006879954 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 20 Oct 2003 20:40:30 +0000 Subject: [PATCH] Removed extraneous comment line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9308 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/llc.cpp | 1 - tools/lli/lli.cpp | 1 - tools/llvm-ar/llvm-ar.cpp | 1 - tools/llvm-link/llvm-link.cpp | 1 - tools/opt/opt.cpp | 1 - 5 files changed, 5 deletions(-) diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index ed99c1c4080..0143d086e74 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This is the llc code generator. // diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 2cd4e823c3b..90d8a2fcddd 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This utility provides a way to execute LLVM bytecode without static // compilation. This consists of a very simple and slow (but portable) diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp index a017974f0b8..879d847630f 100644 --- a/tools/llvm-ar/llvm-ar.cpp +++ b/tools/llvm-ar/llvm-ar.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // Builds up standard unix archive files (.a) containing LLVM bytecode. // diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index b3ff99493b6..764b59b43f8 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This utility may be invoked in the following manner: // llvm-link a.bc b.bc c.bc -o x.bc diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 3c86d2fe67b..bc0a5fcb6fb 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // LLVM Modular Optimizer Utility: opt // // Optimizations may be specified an arbitrary number of times on the command