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

Misha Brukman brukman at cs.uiuc.edu
Wed Oct 6 10:20:09 PDT 2004



Changes in directory llvm/include/llvm:

Type.h updated: 1.61 -> 1.62
---
Log message:

Undoxyfy internal method.


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

Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.61 llvm/include/llvm/Type.h:1.62
--- llvm/include/llvm/Type.h:1.61	Wed Oct  6 11:56:16 2004
+++ llvm/include/llvm/Type.h	Wed Oct  6 12:19:58 2004
@@ -101,9 +101,8 @@
   ///
   inline void setAbstract(bool Val) { Abstract = Val; }
 
-  /// PromoteAbstractToConcrete - This is an internal method used to calculate
-  /// change "Abstract" from true to false when types are refined.
-  ///
+  // PromoteAbstractToConcrete - This is an internal method used to calculate
+  // change "Abstract" from true to false when types are refined.
   bool PromoteAbstractToConcrete(void *);
 
   unsigned getRefCount() const { return RefCount; }






More information about the llvm-commits mailing list