[llvm-commits] CVS: llvm/tools/llvm-dis/llvm-dis.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 20 12:54:01 PDT 2003


Changes in directory llvm/tools/llvm-dis:

llvm-dis.cpp updated: 1.34 -> 1.35

---
Log message:

fix file header


---
Diffs of the changes:  (+1 -3)

Index: llvm/tools/llvm-dis/llvm-dis.cpp
diff -u llvm/tools/llvm-dis/llvm-dis.cpp:1.34 llvm/tools/llvm-dis/llvm-dis.cpp:1.35
--- llvm/tools/llvm-dis/llvm-dis.cpp:1.34	Mon Oct 20 12:47:18 2003
+++ llvm/tools/llvm-dis/llvm-dis.cpp	Mon Oct 20 12:53:02 2003
@@ -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





More information about the llvm-commits mailing list