diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-08-16 23:17:27 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-08-16 23:17:27 +0000 |
commit | b596ba2376a7e4391049bcfca14b60c0cdb18cc8 (patch) | |
tree | db904ec7774bed5fb73298a5ed042e47e93e2d09 /llvm/lib/CodeGen/MachineFunctionPass.cpp | |
parent | 802d3d397c920fe6eef29484f95c46f318bed31a (diff) | |
download | bcm5719-llvm-b596ba2376a7e4391049bcfca14b60c0cdb18cc8.tar.gz bcm5719-llvm-b596ba2376a7e4391049bcfca14b60c0cdb18cc8.zip |
[ADT] Teach FoldingSet to be movable.
This is a very minimal move support - it leaves the moved-from object in
a zombie state that is only valid for destruction and move assignment.
This seems fine to me, and leaving it in the default constructed state
would require adding more state to the object and potentially allocating
memory (!!!) and so seems like a Bad Idea.
llvm-svn: 245192
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions