Removed extraneous comment line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9308 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell
2003-10-20 20:40:30 +00:00
parent 0beae0cdac
commit 1ee1e64293
5 changed files with 0 additions and 5 deletions

View File

@@ -7,7 +7,6 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
//
// This is the llc code generator. // This is the llc code generator.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//

View File

@@ -7,7 +7,6 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
//
// This utility provides a way to execute LLVM bytecode without static // This utility provides a way to execute LLVM bytecode without static
// compilation. This consists of a very simple and slow (but portable) // compilation. This consists of a very simple and slow (but portable)
// interpreter, along with capability for system specific dynamic compilers. At // interpreter, along with capability for system specific dynamic compilers. At

View File

@@ -7,7 +7,6 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
//
// Builds up standard unix archive files (.a) containing LLVM bytecode. // Builds up standard unix archive files (.a) containing LLVM bytecode.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//

View File

@@ -7,7 +7,6 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
//
// This utility may be invoked in the following manner: // This utility may be invoked in the following manner:
// llvm-link a.bc b.bc c.bc -o x.bc // llvm-link a.bc b.bc c.bc -o x.bc
// //

View File

@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details. // the University of Illinois Open Source License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
//
// LLVM Modular Optimizer Utility: opt // LLVM Modular Optimizer Utility: opt
// //
// Optimizations may be specified an arbitrary number of times on the command // Optimizations may be specified an arbitrary number of times on the command