[PATCH] D11097: New EH representation for MSVC compatibility

Joseph Tremoulet jotrem at microsoft.com
Wed Jul 22 08:09:04 PDT 2015


JosephTremoulet added inline comments.

================
Comment at: lib/IR/BasicBlock.cpp:337
@@ +336,3 @@
+bool BasicBlock::isSplittable() const {
+  return !isa<CatchEndPadInst>(getFirstNonPHI());
+}
----------------
Surprised this is just CatchEndPad; don't CatchPad and TerminatePad have the same restrictions?


http://reviews.llvm.org/D11097







More information about the llvm-commits mailing list