]> granicus.if.org Git - clang/commit
MS ABI: Don't unnecessarily use CGM abstraction
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 7 Jul 2014 15:29:16 +0000 (15:29 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 7 Jul 2014 15:29:16 +0000 (15:29 +0000)
commit8af96c52151ed693749e77d2743b2d6fc66dc36e
tree2da3b44f16c3092ad6e3905bdce3312cffa05fcb
parent9965f00e12d47ee235781a9c64606bd335cbe59e
MS ABI: Don't unnecessarily use CGM abstraction

If we are in MicrosoftCXXABI, we don't need to use CGM to get a
TypeDescriptor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp