commit | 1573d73367a454b033dd6f840a1a4cb6a739d152 | [log] [tgz] |
---|---|---|
author | David Majnemer <david.majnemer@gmail.com> | Wed Oct 15 04:54:54 2014 +0000 |
committer | David Majnemer <david.majnemer@gmail.com> | Wed Oct 15 04:54:54 2014 +0000 |
tree | a59720ecdd88e5930d92c894be2c4b9b8100d0d9 | |
parent | 5b993500aec59e3b42038e1d335da6fc6a78886d [diff] |
MS ABI: Use the correct this arg when generating implicit array copy ctor We assumed the last argument of the copy constructor was the this pointer. However, this is not the case under the MS ABI. llvm-svn: 219775