diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-15 21:49:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-15 21:49:57 +0000 |
commit | dbc23189b1458150cce3cec197cdd258a7ac1add (patch) | |
tree | 1b1205c226592bc2027b551534201059941ffa50 /tools/gccas | |
parent | 76a1bf9eb90af65b40674ff28d01c94cf4ef5c79 (diff) | |
download | external_llvm-dbc23189b1458150cce3cec197cdd258a7ac1add.zip external_llvm-dbc23189b1458150cce3cec197cdd258a7ac1add.tar.gz external_llvm-dbc23189b1458150cce3cec197cdd258a7ac1add.tar.bz2 |
Give this file a proper header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccas')
-rw-r--r-- | tools/gccas/gccas.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gccas/gccas.cpp b/tools/gccas/gccas.cpp index 8388c9b..8194fa1 100644 --- a/tools/gccas/gccas.cpp +++ b/tools/gccas/gccas.cpp @@ -1,5 +1,4 @@ -//===----------------------------------------------------------------------===// -// LLVM 'GCCAS' UTILITY +//===-- gccas.cpp - The "optimizing assembler" used by the GCC frontend ---===// // // This utility is designed to be used by the GCC frontend for creating bytecode // files from its intermediate LLVM assembly. The requirements for this utility |