From: Chris Lattner Date: Mon, 20 Oct 2003 17:58:43 +0000 (+0000) Subject: fix file header X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=1dd27b157bbe7d9e44fa72abbc8b0f08eba804ec fix file header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9294 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Linker/LinkArchives.cpp b/lib/Linker/LinkArchives.cpp index cfae2b9cbeb..881581fcadc 100644 --- a/lib/Linker/LinkArchives.cpp +++ b/lib/Linker/LinkArchives.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains routines to handle linking together LLVM bytecode files, // and to handle annoying things like static libraries. diff --git a/tools/extract/extract.cpp b/tools/extract/extract.cpp index cf5bc90e42d..c4dbe08716b 100644 --- a/tools/extract/extract.cpp +++ b/tools/extract/extract.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This utility changes the input module to only contain a single function, // which is primarily used for debugging transformations. diff --git a/tools/gccas/gccas.cpp b/tools/gccas/gccas.cpp index eaca5521cbe..6799ed6d6b8 100644 --- a/tools/gccas/gccas.cpp +++ b/tools/gccas/gccas.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // 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 diff --git a/tools/gccld/GenerateCode.cpp b/tools/gccld/GenerateCode.cpp index 5939691e29a..d1a009b4118 100644 --- a/tools/gccld/GenerateCode.cpp +++ b/tools/gccld/GenerateCode.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains functions for generating executable files once linking // has finished. This includes generating a shell script to run the JIT or diff --git a/tools/gccld/Linker.cpp b/tools/gccld/Linker.cpp index cfae2b9cbeb..881581fcadc 100644 --- a/tools/gccld/Linker.cpp +++ b/tools/gccld/Linker.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains routines to handle linking together LLVM bytecode files, // and to handle annoying things like static libraries. diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp index b484fd70a47..4ad942832ed 100644 --- a/tools/gccld/gccld.cpp +++ b/tools/gccld/gccld.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This utility is intended to be compatible with GCC, and follows standard // system 'ld' conventions. As such, the default output file is ./a.out. diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h index c98ca6c05f7..39458d9b7e1 100644 --- a/tools/gccld/gccld.h +++ b/tools/gccld/gccld.h @@ -1,4 +1,4 @@ -//===- util.h - Utility functions header file -----------------------------===// +//===- gccld.h - Utility functions header file ----------------------------===// // // The LLVM Compiler Infrastructure // @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains function prototypes for the functions in util.cpp. // diff --git a/tools/llvm-dis/llvm-dis.cpp b/tools/llvm-dis/llvm-dis.cpp index 70f8f5103b4..915755903bf 100644 --- a/tools/llvm-dis/llvm-dis.cpp +++ b/tools/llvm-dis/llvm-dis.cpp @@ -1,4 +1,4 @@ -//===----------------------------------------------------------------------===// +//===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===// // // The LLVM Compiler Infrastructure // @@ -6,8 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// LLVM 'DIS' UTILITY // // This utility may be invoked in the following manner: // llvm-dis [options] - Read LLVM bytecode from stdin, write asm to stdout diff --git a/tools/llvm-extract/llvm-extract.cpp b/tools/llvm-extract/llvm-extract.cpp index cf5bc90e42d..c4dbe08716b 100644 --- a/tools/llvm-extract/llvm-extract.cpp +++ b/tools/llvm-extract/llvm-extract.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This utility changes the input module to only contain a single function, // which is primarily used for debugging transformations. diff --git a/tools/llvm-nm/llvm-nm.cpp b/tools/llvm-nm/llvm-nm.cpp index ffd8cf3324c..16e92570cb5 100644 --- a/tools/llvm-nm/llvm-nm.cpp +++ b/tools/llvm-nm/llvm-nm.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This program is a utility that works like traditional Unix "nm", // that is, it prints out the names of symbols in a bytecode file,