aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-nm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-20 17:58:43 +0000
committerChris Lattner <sabre@nondot.org>2003-10-20 17:58:43 +0000
commit1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec (patch)
tree09a26099dcce60ceefe122dfdd345e04eda408a9 /tools/llvm-nm
parent943211187d72eb27d4f54de9ac7e5786e72b38e1 (diff)
downloadexternal_llvm-1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec.zip
external_llvm-1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec.tar.gz
external_llvm-1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec.tar.bz2
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-nm')
-rw-r--r--tools/llvm-nm/llvm-nm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-nm/llvm-nm.cpp b/tools/llvm-nm/llvm-nm.cpp
index ffd8cf3..16e9257 100644
--- a/tools/llvm-nm/llvm-nm.cpp
+++ b/tools/llvm-nm/llvm-nm.cpp
@@ -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,