Fix the documentation for this file.

llvm-svn: 29788
This commit is contained in:
Reid Spencer 2006-08-21 05:37:03 +00:00
parent a322366501
commit 89b93d8a25
1 changed files with 3 additions and 3 deletions

View File

@ -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.
//
//===----------------------------------------------------------------------===//