[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 20 12:56:03 PDT 2003
Changes in directory llvm/tools/llvm-nm:
llvm-nm.cpp updated: 1.4 -> 1.5
---
Log message:
fix file header
---
Diffs of the changes: (+0 -1)
Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.4 llvm/tools/llvm-nm/llvm-nm.cpp:1.5
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.4 Mon Oct 20 12:47:20 2003
+++ llvm/tools/llvm-nm/llvm-nm.cpp Mon Oct 20 12:54:58 2003
@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
//
// This program is a utility that works like traditional Unix "nm",
// that is, it prints out the names of symbols in a bytecode file,
More information about the llvm-commits
mailing list