This is an archive of the discontinued LLVM Phabricator instance.

[StructurizeCFG] Use an inheriting constructor.
ClosedPublic

Authored by jlebar on Nov 22 2016, 1:45 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 78938.Nov 22 2016, 1:45 PM
jlebar retitled this revision from to [StructurizeCFG] Use an inheriting constructor..
jlebar updated this object.
jlebar added a reviewer: arsenm.
jlebar added a subscriber: llvm-commits.
arsenm accepted this revision.Nov 22 2016, 1:48 PM
arsenm edited edge metadata.

LGTM. Could we just get rid of the argumentless one and use a default argument?

This revision is now accepted and ready to land.Nov 22 2016, 1:48 PM
jlebar updated this revision to Diff 78946.Nov 22 2016, 1:57 PM
jlebar edited edge metadata.

Merge the two constructors into one.

Sure, done.

This revision was automatically updated to reflect the committed changes.