OSDN Git Service

CodeGen: Factor out code for tail call result compatibility check; NFC
authorMatthias Braun <matze@braunis.de>
Wed, 30 Mar 2016 22:46:04 +0000 (22:46 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 30 Mar 2016 22:46:04 +0000 (22:46 +0000)
commit137f4d9ca18775bcf84ebedd6d6b9bcc396ca08f
treef7995e30610728d4d73fa9c7785e52a983d10321
parent8c3b4a5a2fd2c7d35637a3fa1c6ef964f8662b29
CodeGen: Factor out code for tail call result compatibility check; NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264959 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
lib/CodeGen/CallingConvLower.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp