Add a better head-of-file comment.

llvm-svn: 12447
This commit is contained in:
Brian Gaeke 2004-03-16 21:47:20 +00:00
parent 1ab58dd802
commit 33e83b64b4
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// This is the llc code generator. // This is the llc code generator driver. It provides a convenient
// command-line interface for generating native assembly-language code
// or C code, given LLVM bytecode.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//