[PATCH] D77332: [IRBuilder] Move some code into the cpp file (NFC)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 13:00:53 PDT 2020
nikic created this revision.
nikic added reviewers: nhaehnle, Meinersbur, spatel, lebedev.ri.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Since D73835 <https://reviews.llvm.org/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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77332
Files:
include/llvm/IR/IRBuilder.h
lib/IR/IRBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77332.254599.patch
Type: text/x-patch
Size: 33752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200402/b0a9b92b/attachment.bin>
More information about the llvm-commits
mailing list