[llvm-commits] [llvm-gcc-4.2] r54291 - /llvm-gcc-4.2/trunk/gcc/llvm-internal.h

Bill Wendling isanbard at gmail.com
Sat Aug 2 21:13:46 PDT 2008


Author: void
Date: Sat Aug  2 23:13:46 2008
New Revision: 54291

URL: http://llvm.org/viewvc/llvm-project?rev=54291&view=rev
Log:
Update comment about BLOCK_POINTER_TYPEs.

Modified:
    llvm-gcc-4.2/trunk/gcc/llvm-internal.h

Modified: llvm-gcc-4.2/trunk/gcc/llvm-internal.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/llvm-internal.h?rev=54291&r1=54290&r2=54291&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/llvm-internal.h (original)
+++ llvm-gcc-4.2/trunk/gcc/llvm-internal.h Sat Aug  2 23:13:46 2008
@@ -127,9 +127,9 @@
   bool ConvertingStruct;
   
   /// PointersToReresolve - When ConvertingStruct is true, we handling of
-  /// POINTER_TYPE and REFERENCE_TYPE is changed to return opaque*'s instead of
-  /// recursively calling ConvertType.  When this happens, we add the
-  /// POINTER_TYPE to this list.
+  /// POINTER_TYPE, REFERENCE_TYPE, and BLOCK_POINTER_TYPE is changed to return
+  /// opaque*'s instead of recursively calling ConvertType.  When this happens,
+  /// we add the POINTER_TYPE to this list.
   ///
   std::vector<tree_node*> PointersToReresolve;
 





More information about the llvm-commits mailing list