diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-17 23:10:13 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-17 23:10:13 +0000 |
commit | 6873feaa2cb2ddcb41c5ccd18b36d28d8abe5e12 (patch) | |
tree | 3da03385669022c4efb5137b6808bec7cdf20809 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 09daa881ea475f378ad63603dafc20695be4edec (diff) | |
download | llvm-6873feaa2cb2ddcb41c5ccd18b36d28d8abe5e12.zip llvm-6873feaa2cb2ddcb41c5ccd18b36d28d8abe5e12.tar.gz llvm-6873feaa2cb2ddcb41c5ccd18b36d28d8abe5e12.tar.bz2 |
IR: Add missing clone() overloads
Add missing specialized node overloads for `MDNode::clone()` (they were
on most of the node types already, but missing from the others).
`MDNode::clone()` returns `TempMDNode` (`std::unique_ptr<MDNode,...>`),
while `TempMDSubrange::clone()` (for example) returns the more
convenient `TempMDSubrange` (`std::unique_ptr<TempMDSubrange,...>`).
llvm-svn: 229579
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions