[PATCH] D74693: [IRBuilder] Delete copy constructor

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 16 12:50:22 PST 2020


nikic updated this revision to Diff 244895.
nikic edited the summary of this revision.
nikic added a comment.

Use a separate initialization function instead of subclassing IRBuilder.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74693/new/

https://reviews.llvm.org/D74693

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/IR/DIBuilder.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74693.244895.patch
Type: text/x-patch
Size: 5781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200216/84db6a53/attachment.bin>


More information about the llvm-commits mailing list