[PGO] Fix issue: explicitly defaulted assignop is not profiled
authorXinliang David Li <davidxl@google.com>
Tue, 9 Feb 2016 20:02:59 +0000 (20:02 +0000)
committerXinliang David Li <davidxl@google.com>
Tue, 9 Feb 2016 20:02:59 +0000 (20:02 +0000)
commita951e8ece71b6393b602fd3d5f3538a264508673
treebbcadf65170f0d50a9d5f70a206152fa280413a8
parent601b6da8e34c523ab8fad25007e1f02262d398e6
[PGO] Fix issue: explicitly defaulted assignop is not profiled

Differential Revision: http://reviews.llvm.org/D16947

llvm-svn: 260270
clang/lib/CodeGen/CGClass.cpp
clang/test/Profile/def-assignop.cpp [new file with mode: 0644]