From 89b93d8a252a26385b36cd71122f64a577c81e85 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 21 Aug 2006 05:37:03 +0000 Subject: [PATCH] Fix the documentation for this file. llvm-svn: 29788 --- llvm/include/llvm/LinkAllPasses.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/LinkAllPasses.h b/llvm/include/llvm/LinkAllPasses.h index 5f803cc4145e..b5ec20e6a69e 100644 --- a/llvm/include/llvm/LinkAllPasses.h +++ b/llvm/include/llvm/LinkAllPasses.h @@ -1,4 +1,4 @@ -//===- llvm/Transforms/LinkAllPasses.h - Reference All Passes ---*- C++ -*-===// +//===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// // -// This header file pulls in all transformation passes for tools like opts and -// bugpoint that need this functionality. +// This header file pulls in all transformation and analysis passes for tools +// like opt and bugpoint that need this functionality. // //===----------------------------------------------------------------------===//