diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:52:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:52:11 +0000 |
commit | 22feb17ea437d1f8820324e74133ac71389f0372 (patch) | |
tree | f5af324fc262bf92c9f34e67a51ed9877af945bf /llvm/tools/llvm-as/llvm-as.cpp | |
parent | 09344dcf97da052fa6493e08459121968df451df (diff) | |
download | bcm5719-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.cpp | 4 |
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 |