mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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:
parent
0beae0cdac
commit
1ee1e64293
@ -6,7 +6,6 @@
|
||||
// the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
//
|
||||
// This is the llc code generator.
|
||||
//
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
//
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user