summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as/llvm-as.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-20 17:52:11 +0000
committerChris Lattner <sabre@nondot.org>2003-10-20 17:52:11 +0000
commit22feb17ea437d1f8820324e74133ac71389f0372 (patch)
treef5af324fc262bf92c9f34e67a51ed9877af945bf /llvm/tools/llvm-as/llvm-as.cpp
parent09344dcf97da052fa6493e08459121968df451df (diff)
downloadbcm5719-llvm-22feb17ea437d1f8820324e74133ac71389f0372.tar.gz
bcm5719-llvm-22feb17ea437d1f8820324e74133ac71389f0372.zip
Fix file header
llvm-svn: 9292
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index e00d4e28bec..0905466780c 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/tools/llvm-as/llvm-as.cpp
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -6,8 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
-// LLVM 'AS' UTILITY
//
// This utility may be invoked in the following manner:
// llvm-as --help - Output information about command line switches
OpenPOWER on IntegriCloud