Remove CallingConvMethodType
authorErich Keane <erich.keane@intel.com>
Thu, 25 Jul 2019 17:14:45 +0000 (17:14 +0000)
committerErich Keane <erich.keane@intel.com>
Thu, 25 Jul 2019 17:14:45 +0000 (17:14 +0000)
commit393094859e45f7a6ccbade1c919dee2c2e2f3a7e
treefbe6447adbae329f3a79128a87e6dc05f2135673
parentad137fa78863093c9c3cf4ea2a0d80d325391f6a
Remove CallingConvMethodType

This seems to be an old vestage of a previous implementation of getting
the default calling convention, and everything is now using
CXXABI/ASTContext's getDefaultCallingConvention.  Remove it, since it
isn't doing anything.

llvm-svn: 367039
clang/include/clang/Basic/TargetInfo.h
clang/lib/AST/ASTContext.cpp
clang/lib/Basic/Targets/SPIR.h
clang/lib/Basic/Targets/X86.h