hans added a comment.

Thanks for the review! Please take another look.


================
Comment at: lib/CodeGen/CGCleanup.h:93
@@ -92,3 +92,3 @@
     /// from this index onwards belong to this scope.
-    unsigned FixupDepth : 32 - 18 - NumCommonBits; // currently 12
+    unsigned FixupDepth;
   };
----------------
rjmccall wrote:
> This should just be pulled out of the BitFields structure and into the 
> EHCleanup class.
That's probably a better way to do it. Thanks.


http://reviews.llvm.org/D21566



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to