[PATCH] D14796: Preserve exceptions information during calls code generation.

John McCall via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 11:14:52 PST 2015


rjmccall added a comment.

Thanks, that's great.  One minor tweak, and feel free to just commit when you've done that.


================
Comment at: lib/CodeGen/CGCall.cpp:1420
@@ +1419,3 @@
+  // If we have information about the function proto type, we can learn
+  // attributes form there.
+  AddAttributesFromFunctionProtoType(getContext(), FuncAttrs,
----------------
Minor tweak: "prototype".


http://reviews.llvm.org/D14796





More information about the cfe-commits mailing list