mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===//
|
//===-- llvm-mc.cpp - Machine Code Hacking Driver -------------------------===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@@ -7,12 +7,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This utility may be invoked in the following manner:
|
// This utility is a simple driver that allows command line hacking on machine
|
||||||
// llvm-dis [options] - Read LLVM bitcode from stdin, write asm to stdout
|
// code.
|
||||||
// llvm-dis [options] x.bc - Read LLVM bitcode from the x.bc file, write asm
|
|
||||||
// to the x.ll file.
|
|
||||||
// Options:
|
|
||||||
// --help - Output information about command line switches
|
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user