mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
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:
@@ -7,7 +7,6 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// This is the llc code generator.
|
// This is the llc code generator.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
@@ -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
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// Builds up standard unix archive files (.a) containing LLVM bytecode.
|
// Builds up standard unix archive files (.a) containing LLVM bytecode.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
@@ -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
|
||||||
//
|
//
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user