Fix file header

llvm-svn: 9292
This commit is contained in:
Chris Lattner 2003-10-20 17:52:11 +00:00
parent d06dc1136b
commit d1b0d59014

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