fix file header
authorChris Lattner <sabre@nondot.org>
Thu, 18 Jun 2009 23:05:21 +0000 (23:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Jun 2009 23:05:21 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73733 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/llvm-mc.cpp

index 80a83d90405c0ca8d95b5cf999732cab1a62c2d7..e8e51c5023e8247e29bfb81ff9bc982211382091 100644 (file)
@@ -1,4 +1,4 @@
-//===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===//
+//===-- llvm-mc.cpp - Machine Code Hacking Driver -------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,12 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This utility may be invoked in the following manner:
-//  llvm-dis [options]      - Read LLVM bitcode from stdin, write asm to stdout
-//  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
+// This utility is a simple driver that allows command line hacking on machine
+// code.
 //
 //===----------------------------------------------------------------------===//