]> granicus.if.org Git - clang/commit
[MS ABI] Allow fastcall member function pointers to get CodeGen'd
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 11 Jun 2015 00:45:44 +0000 (00:45 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 11 Jun 2015 00:45:44 +0000 (00:45 +0000)
commit4d34e119a176a730ee322bd3c3730ed60f8232ad
tree0b57453174f0ee8cd54ba85f55f18b336d730221
parent3b03114d3df351fccec48be6a8c8717366ca889b
[MS ABI] Allow fastcall member function pointers to get CodeGen'd

This restriction appears unnecessary and most likely came about during
early work for musttail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239500 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/microsoft-abi-vmemptr-fastcall.cpp