Skip to content
Commit 74fd1a65 authored by Tatyana Krasnukha's avatar Tatyana Krasnukha
Browse files

Fix DynamicRegisterInfo copying/moving issue.

Summary:
Default copy/move constructors and assignment operators leave wrong m_sets[i].registers pointers.

Made the class movable and non-copyable (it's difficult to imagine when it needs to be copied).

Reviewers: clayborg

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D47728

llvm-svn: 334282
parent 3b9cbba9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment