From 943211187d72eb27d4f54de9ac7e5786e72b38e1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 20 Oct 2003 17:57:13 +0000 Subject: fix file headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9293 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/AnalysisWrappers.cpp | 1 - tools/analyze/GraphPrinters.cpp | 1 - tools/analyze/analyze.cpp | 4 +--- tools/bugpoint/BugDriver.cpp | 1 - tools/bugpoint/BugDriver.h | 1 - tools/bugpoint/CodeGeneratorBug.cpp | 1 - tools/bugpoint/CrashDebugger.cpp | 1 - tools/bugpoint/ExecutionDriver.cpp | 1 - tools/bugpoint/ExtractFunction.cpp | 1 - tools/bugpoint/ListReducer.h | 1 - tools/bugpoint/Miscompilation.cpp | 1 - tools/bugpoint/OptimizerDriver.cpp | 1 - tools/bugpoint/TestPasses.cpp | 1 - tools/bugpoint/bugpoint.cpp | 3 +-- tools/opt/AnalysisWrappers.cpp | 1 - tools/opt/GraphPrinters.cpp | 1 - 16 files changed, 2 insertions(+), 19 deletions(-) (limited to 'tools') diff --git a/tools/analyze/AnalysisWrappers.cpp b/tools/analyze/AnalysisWrappers.cpp index 57913770bf..6c4c99f5a3 100644 --- a/tools/analyze/AnalysisWrappers.cpp +++ b/tools/analyze/AnalysisWrappers.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file defines pass wrappers around LLVM analyses that don't make sense to // be passes. It provides a nice standard pass interface to these classes so diff --git a/tools/analyze/GraphPrinters.cpp b/tools/analyze/GraphPrinters.cpp index 83708ecbf7..9a8c06770d 100644 --- a/tools/analyze/GraphPrinters.cpp +++ b/tools/analyze/GraphPrinters.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file defines several printers for various different types of graphs used // by the LLVM infrastructure. It uses the generic graph interface to convert diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp index 17f7e4866d..836b6aa8d7 100644 --- a/tools/analyze/analyze.cpp +++ b/tools/analyze/analyze.cpp @@ -1,4 +1,4 @@ -//===----------------------------------------------------------------------===// +//===- analyze.cpp - The LLVM analyze utility -----------------------------===// // // The LLVM Compiler Infrastructure // @@ -6,8 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// The LLVM analyze utility // // This utility is designed to print out the results of running various analysis // passes on a program. This is useful for understanding a program, or for diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index b28b46252d..f0fb785db9 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This class contains all of the shared state and information that is used by // the BugPoint tool to track down errors in optimizations. This class is the diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h index 491bee9b8f..acd579914d 100644 --- a/tools/bugpoint/BugDriver.h +++ b/tools/bugpoint/BugDriver.h @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This class contains all of the shared state and information that is used by // the BugPoint tool to track down errors in optimizations. This class is the diff --git a/tools/bugpoint/CodeGeneratorBug.cpp b/tools/bugpoint/CodeGeneratorBug.cpp index 60964bcfb3..e83ef11836 100644 --- a/tools/bugpoint/CodeGeneratorBug.cpp +++ b/tools/bugpoint/CodeGeneratorBug.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file implements program code generation debugging support. // diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp index b095d165b2..412a31c20e 100644 --- a/tools/bugpoint/CrashDebugger.cpp +++ b/tools/bugpoint/CrashDebugger.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file defines the bugpoint internals that narrow down compilation crashes // diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp index 18c2a9060b..17f377c7e0 100644 --- a/tools/bugpoint/ExecutionDriver.cpp +++ b/tools/bugpoint/ExecutionDriver.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains code used to execute the program utilizing one of the // various ways of running LLVM bytecode. diff --git a/tools/bugpoint/ExtractFunction.cpp b/tools/bugpoint/ExtractFunction.cpp index 00e0d6c40e..f031d34dec 100644 --- a/tools/bugpoint/ExtractFunction.cpp +++ b/tools/bugpoint/ExtractFunction.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file implements a method that extracts a function from program, cleans // it up, and returns it as a new module. diff --git a/tools/bugpoint/ListReducer.h b/tools/bugpoint/ListReducer.h index 96341e8f73..0ab2ef9927 100644 --- a/tools/bugpoint/ListReducer.h +++ b/tools/bugpoint/ListReducer.h @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This class is to be used as a base class for operations that want to zero in // on a subset of the input which still causes the bug we are tracking. diff --git a/tools/bugpoint/Miscompilation.cpp b/tools/bugpoint/Miscompilation.cpp index bf8c43d3a6..5ec8b1543e 100644 --- a/tools/bugpoint/Miscompilation.cpp +++ b/tools/bugpoint/Miscompilation.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file implements program miscompilation debugging support. // diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp index 424a7aad14..600a25ad72 100644 --- a/tools/bugpoint/OptimizerDriver.cpp +++ b/tools/bugpoint/OptimizerDriver.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file defines an interface that allows bugpoint to run various passes // without the threat of a buggy pass corrupting bugpoint (of course, bugpoint diff --git a/tools/bugpoint/TestPasses.cpp b/tools/bugpoint/TestPasses.cpp index 25f28192e4..af5c045788 100644 --- a/tools/bugpoint/TestPasses.cpp +++ b/tools/bugpoint/TestPasses.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file contains "buggy" passes that are used to test bugpoint, to check // that it is narrowing down testcases correctly. diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index 9e0d034b1a..8f55804e0c 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -1,4 +1,4 @@ -//===- bugpoint.cpp - The LLVM BugPoint utility ---------------------------===// +//===- bugpoint.cpp - The LLVM Bugpoint utility ---------------------------===// // // The LLVM Compiler Infrastructure // @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This program is an automated compiler debugger tool. It is used to narrow // down miscompilations and crash problems to a specific pass in the compiler, diff --git a/tools/opt/AnalysisWrappers.cpp b/tools/opt/AnalysisWrappers.cpp index 57913770bf..6c4c99f5a3 100644 --- a/tools/opt/AnalysisWrappers.cpp +++ b/tools/opt/AnalysisWrappers.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file defines pass wrappers around LLVM analyses that don't make sense to // be passes. It provides a nice standard pass interface to these classes so diff --git a/tools/opt/GraphPrinters.cpp b/tools/opt/GraphPrinters.cpp index 83708ecbf7..9a8c06770d 100644 --- a/tools/opt/GraphPrinters.cpp +++ b/tools/opt/GraphPrinters.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file defines several printers for various different types of graphs used // by the LLVM infrastructure. It uses the generic graph interface to convert -- cgit v1.2.3