Fix file header

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9292 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-20 17:52:11 +00:00
parent 7c0e022c5c
commit 10cf8fa592

View File

@ -1,4 +1,4 @@
//===------------------------------------------------------------------------===
//===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===//
//
// The LLVM Compiler Infrastructure
//
@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
//
// LLVM 'AS' UTILITY
//
// This utility may be invoked in the following manner:
// llvm-as --help - Output information about command line switches
// llvm-as [options] - Read LLVM asm from stdin, write bytecode to stdout