[llvm-commits] CVS: llvm/lib/VMCore/PassManager.cpp

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



Changes in directory llvm/lib/VMCore:

PassManager.cpp updated: 1.121 -> 1.122
---
Log message:

Remove extra white spaces. Fix comments.


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

 PassManager.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/VMCore/PassManager.cpp
diff -u llvm/lib/VMCore/PassManager.cpp:1.121 llvm/lib/VMCore/PassManager.cpp:1.122
--- llvm/lib/VMCore/PassManager.cpp:1.121	Mon Jan 15 14:31:54 2007
+++ llvm/lib/VMCore/PassManager.cpp	Mon Jan 15 17:06:56 2007
@@ -559,7 +559,7 @@
 /// Add pass P into the PassVector. Update 
 /// AvailableAnalysis appropriately if ProcessAnalysis is true.
 void PMDataManager::add(Pass *P, 
-                                     bool ProcessAnalysis) {
+                        bool ProcessAnalysis) {
 
   // This manager is going to manage pass P. Set up analysis resolver
   // to connect them.






More information about the llvm-commits mailing list