-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Aug 2015 05:31:27 +0000 (05:31 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Aug 2015 05:31:27 +0000 (05:31 +0000)
commitb80eede6419ce4fa011bd1b27aae1c76ce2a2f3f
treee61c743f4052d4889eab16ed098b5bf0c9f75b50
parent3d171d4f73a64f441a8b2cb4b7a3290fe0e46e6b
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11

Remove some unnecessary explicit special members in Hexagon that, once
removed, allow the other implicit special members to be used without
depending on deprecated features.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243825 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/BitTracker.h
lib/Target/Hexagon/HexagonGenInsert.cpp