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

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 28 14:19:02 PDT 2003


Changes in directory llvm/include/llvm:

Module.h updated: 1.31 -> 1.32

---
Log message:

Lined things up in a more aesthetically pleasing way.


---
Diffs of the changes:

Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.31 llvm/include/llvm/Module.h:1.32
--- llvm/include/llvm/Module.h:1.31	Tue Apr 22 13:02:02 2003
+++ llvm/include/llvm/Module.h	Mon Jul 28 14:17:53 2003
@@ -45,8 +45,8 @@
   typedef std::reverse_iterator<const_giterator> const_reverse_giterator;
 
   // Function iterators...
-  typedef FunctionListType::iterator                            iterator;
-  typedef FunctionListType::const_iterator                const_iterator;
+  typedef FunctionListType::iterator                          iterator;
+  typedef FunctionListType::const_iterator              const_iterator;
   typedef std::reverse_iterator<iterator>             reverse_iterator;
   typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
 





More information about the llvm-commits mailing list