diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:58:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:58:43 +0000 |
commit | 1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec (patch) | |
tree | 09a26099dcce60ceefe122dfdd345e04eda408a9 /tools/llvm-dis/llvm-dis.cpp | |
parent | 943211187d72eb27d4f54de9ac7e5786e72b38e1 (diff) |
fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/llvm-dis.cpp')
-rw-r--r-- | tools/llvm-dis/llvm-dis.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/llvm-dis/llvm-dis.cpp b/tools/llvm-dis/llvm-dis.cpp index 70f8f5103b..915755903b 100644 --- a/tools/llvm-dis/llvm-dis.cpp +++ b/tools/llvm-dis/llvm-dis.cpp @@ -1,4 +1,4 @@ -//===----------------------------------------------------------------------===// +//===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===// // // The LLVM Compiler Infrastructure // @@ -6,8 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// LLVM 'DIS' UTILITY // // This utility may be invoked in the following manner: // llvm-dis [options] - Read LLVM bytecode from stdin, write asm to stdout |