Skip to content

Commit 1fb81bc

Browse files
committedFeb 22, 2018
Syndicate duplicate code between CallInst and InvokeInst
NFC intended, syndicate common code to a parametric base class. Part of the original problem is that InvokeInst is a TerminatorInst, unlike CallInst. the problem is solved by introducing a parametrized class paramtertized by its base. Differential Revision: https://reviews.llvm.org/D40727 llvm-svn: 325778
1 parent 753c0d2 commit 1fb81bc

File tree

2 files changed

+494
-855
lines changed

2 files changed

+494
-855
lines changed
 

0 commit comments

Comments
 (0)
Please sign in to comment.