[PATCH] D15479: [IR] Remove terminatepad

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 12 19:06:34 PST 2015


JosephTremoulet accepted this revision.
JosephTremoulet added a comment.
This revision is now accepted and ready to land.

LGTM!


================
Comment at: lib/Analysis/EHPersonalities.cpp:60
@@ -59,4 +59,3 @@
   //
-  // Note: Despite not being funclets in the truest sense, terminatepad and
-  // catchswitch are considered to belong to their own funclet for the purposes
-  // of coloring.
+  // Note: Despite not being funclets in the truest sense, a catchswitch is
+  // considered to belong to its own funclet for the purposes of coloring.
----------------
s/funclets/a funclet/


http://reviews.llvm.org/D15479





More information about the llvm-commits mailing list