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

Anton Korobeynikov asl at math.spbu.ru
Sun Jan 28 16:09:16 PST 2007



Changes in directory llvm/include/llvm:

Type.h updated: 1.102 -> 1.103
---
Log message:

Make doxygen happy


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

 Type.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.102 llvm/include/llvm/Type.h:1.103
--- llvm/include/llvm/Type.h:1.102	Fri Jan 19 15:13:56 2007
+++ llvm/include/llvm/Type.h	Sun Jan 28 18:09:00 2007
@@ -59,7 +59,7 @@
 /// @brief Root of type hierarchy
 class Type : public AbstractTypeUser {
 public:
-  ///===-------------------------------------------------------------------===//
+  //===-------------------------------------------------------------------===//
   /// Definitions of all of the base types for the Type system.  Based on this
   /// value, you can cast to a "DerivedType" subclass (see DerivedTypes.h)
   /// Note: If you add an element to this, you need to add an element to the






More information about the llvm-commits mailing list