[PATCH] Move the personality function from LandingPadInst to Function

Andy Kaylor andrew.kaylor at intel.com
Tue Jun 16 16:10:09 PDT 2015


Looks good to me.


================
Comment at: docs/LangRef.rst:7301
@@ -7289,3 +7300,3 @@
 code found in the ``catch`` portion of a ``try``/``catch`` sequence. It
-defines values supplied by the personality function (``pers_fn``) upon
+defines values supplied by the personality function upon
 re-entry to the function. The ``resultval`` has the type ``resultty``.
----------------
You should probably mention here that the personality function is inherited from the enclosing function.

http://reviews.llvm.org/D10429

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list