Explicitly define move constructor and move assignment operator to appease MSVC.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 10 Jul 2014 04:29:06 +0000 (04:29 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 10 Jul 2014 04:29:06 +0000 (04:29 +0000)
commitac37f731e78134602ac4b8f7a2ac42a3c4ff4a8f
tree0b53b4dca8b07ab4f501da06489ec2978979c35c
parent0f29cefbc253b85272e78595053607ff9206202b
Explicitly define move constructor and move assignment operator to appease MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212679 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/SpecialCaseList.cpp