1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 92c015aa1f
commit f6f76523cb

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