From dbc23189b1458150cce3cec197cdd258a7ac1add Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 15 Oct 2003 21:49:57 +0000 Subject: [PATCH] Give this file a proper header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9141 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gccas/gccas.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/gccas/gccas.cpp b/tools/gccas/gccas.cpp index 8388c9bfe3e..8194fa10c66 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