[PATCH] D12793: Three new overflow builtins with generic argument types

David Grayson via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 29 13:38:24 PDT 2015


DavidEGrayson added inline comments.

================
Comment at: lib/CodeGen/CGBuiltin.cpp:303
@@ +302,3 @@
+// the first element is the bit width of an integer type and the second element
+// is true if the integer type is signed.
+static struct WidthAndSignedness
----------------
Sorry, I need to fix this incorrect comment.  I would probably just remove the second paragraph.  After that, the patch is probably good to be committed.


http://reviews.llvm.org/D12793





More information about the cfe-commits mailing list