Add a better head-of-file comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-03-16 21:47:20 +00:00
parent f580cdcc22
commit e40eae7370

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.
//
//===----------------------------------------------------------------------===//