-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)
commit78633802c2851c9ea91bf0bfbe499fb3588dcd92
tree7916922eb01069a1237b764f2a74b44ce64be682
parent1b770232d7fada953191d2a7a9e625bf6e9ba2c3
-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.

llvm-svn: 243825
llvm/lib/Target/Hexagon/BitTracker.h
llvm/lib/Target/Hexagon/HexagonGenInsert.cpp