[all-commits] [llvm/llvm-project] b90ea4: [IRBuilder] Move some code into the cpp file; NFC
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Apr 4 03:53:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b90ea4f34194eb065ee72e0f49d2a97e8de30585
https://github.com/llvm/llvm-project/commit/b90ea4f34194eb065ee72e0f49d2a97e8de30585
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-04-04 (Sat, 04 Apr 2020)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/IR/IRBuilder.cpp
Log Message:
-----------
[IRBuilder] Move some code into the cpp file; NFC
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.
Differential Revision: https://reviews.llvm.org/D77332
More information about the All-commits
mailing list