[llvm-commits] CVS: llvm/include/llvm/LinkAllPasses.h
Reid Spencer
reid at x10sys.com
Sun Aug 20 22:37:17 PDT 2006
Changes in directory llvm/include/llvm:
LinkAllPasses.h updated: 1.1 -> 1.2
---
Log message:
Fix the documentation for this file.
---
Diffs of the changes: (+3 -3)
LinkAllPasses.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/LinkAllPasses.h
diff -u llvm/include/llvm/LinkAllPasses.h:1.1 llvm/include/llvm/LinkAllPasses.h:1.2
--- llvm/include/llvm/LinkAllPasses.h:1.1 Mon Aug 21 00:34:03 2006
+++ llvm/include/llvm/LinkAllPasses.h Mon Aug 21 00:37:03 2006
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list