[llvm-commits] CVS: llvm/include/llvm/PassManagers.h

Devang Patel dpatel at apple.com
Mon Jan 15 15:07:15 PST 2007



Changes in directory llvm/include/llvm:

PassManagers.h updated: 1.2 -> 1.3
---
Log message:

Remove extra white spaces. Fix comments.


---
Diffs of the changes:  (+2 -2)

 PassManagers.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/PassManagers.h
diff -u llvm/include/llvm/PassManagers.h:1.2 llvm/include/llvm/PassManagers.h:1.3
--- llvm/include/llvm/PassManagers.h:1.2	Fri Jan 12 14:07:16 2007
+++ llvm/include/llvm/PassManagers.h	Mon Jan 15 17:06:56 2007
@@ -1,4 +1,4 @@
-//===- PassManager.cpp - LLVM Pass Infrastructure Implementation ----------===//
+//===- llvm/PassManager.h - Pass Inftrastructre classes  --------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements the LLVM Pass Manager infrastructure. 
+// This file declares the LLVM Pass Manager infrastructure. 
 //
 //===----------------------------------------------------------------------===//
 






More information about the llvm-commits mailing list