This revision was automatically updated to reflect the committed changes.
Closed by commit rL246880: Don't use unreachable as a placeholder, it confuses
EmitBlock (authored by rnk).
Changed prior to commit:
http://reviews.llvm.org/D12412?vs=33347&id=34080#toc
Repository:
rL LLVM
http://revi
rnk added a subscriber: rnk.
rnk added a comment.
I think a better fix would be to insert a non-terminator placeholder that
doesn't confuse EmitBlock.
http://reviews.llvm.org/D12412
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lis
vsk added a comment.
Ping
http://reviews.llvm.org/D12412
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
vsk created this revision.
vsk added reviewers: ygao, rsmith.
vsk added a subscriber: cfe-commits.
When partially initializing a global, exception-handling code in the frontend
emits a placeholder `%invoke.cont` block with no terminator. This commit adds a
suitable BranchInst to the block to pre