[PATCH] D15841: [WinEH] Tighten parentPad verifier checks

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 1 17:25:59 PST 2016


JosephTremoulet created this revision.
JosephTremoulet added reviewers: rnk, majnemer, andrew.w.kaylor.
JosephTremoulet added a subscriber: llvm-commits.

A catchswitch cannot be a parent of a cleanuppad or another catchswitch.

http://reviews.llvm.org/D15841

Files:
  lib/IR/Verifier.cpp
  test/Bitcode/compatibility.ll
  test/Verifier/invalid-eh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15841.43841.patch
Type: text/x-patch
Size: 4263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160102/8c4a8d39/attachment.bin>


More information about the llvm-commits mailing list