diff options
author | Craig Topper <craig.topper@intel.com> | 2017-07-07 23:16:26 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-07-07 23:16:26 +0000 |
commit | bb4069e439d89c25eae2d0de8749e144291c1c84 (patch) | |
tree | f05f42e5a3f14ec2da33b4fdaee11a0c587ac9fa /llvm/lib/Object/WindowsResource.cpp | |
parent | f29a1b921c69849f1a78f58b7e8e138a4308621a (diff) | |
download | bcm5719-llvm-bb4069e439d89c25eae2d0de8749e144291c1c84.tar.gz bcm5719-llvm-bb4069e439d89c25eae2d0de8749e144291c1c84.zip |
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Previously the InstCombiner class contained a pointer to an IR builder that had been passed to the constructor. Sometimes this would be passed to helper functions as either a pointer or the pointer would be dereferenced to be passed by reference.
This patch makes it a reference everywhere including the InstCombiner class itself so there is more inconsistency. This a large, but mechanical patch. I've done very minimal formatting changes on it despite what clang-format wanted to do.
llvm-svn: 307451
Diffstat (limited to 'llvm/lib/Object/WindowsResource.cpp')
0 files changed, 0 insertions, 0 deletions