]> granicus.if.org Git - clang/commit
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)
commit297c334b449f40cdcdb42e154e0255c7fef629cf
tree3f7900c6c8684b0d5752760494c1bc1464ea19b5
parenta44f3d2c2b6dd1d60f462779be024831c028e2d9
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367039 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
lib/AST/ASTContext.cpp
lib/Basic/Targets/SPIR.h
lib/Basic/Targets/X86.h