This is an archive of the discontinued LLVM Phabricator instance.

[IRBuilder] Move some code into the cpp file (NFC)
ClosedPublic

Authored by nikic on Apr 2 2020, 12:51 PM.

Details

Summary

Since D73835 we no longer need to define the whole IRBuilder implementation in the header. This patch moves some of the larger methods out of line, into the C++ file.

Diff Detail

Event Timeline

nikic created this revision.Apr 2 2020, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2020, 12:51 PM
This revision is now accepted and ready to land.Apr 2 2020, 11:49 PM
This revision was automatically updated to reflect the committed changes.