[PATCH] D15139: [IR] Reformulate LLVM's EH funclet IR

Andy Kaylor via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 17:08:50 PST 2015


andrew.w.kaylor added inline comments.

================
Comment at: lib/Transforms/Utils/InlineFunction.cpp:371
@@ +370,3 @@
+      Replacement->takeName(I);
+      I->eraseFromParent();
+      UpdatePHINodes(&*BB);
----------------
This needs an RAUW for the catchswitch case.


http://reviews.llvm.org/D15139





More information about the llvm-commits mailing list