]> granicus.if.org Git - llvm/commit
[GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHandler()
authorAmara Emerson <aemerson@apple.com>
Mon, 5 Aug 2019 23:05:28 +0000 (23:05 +0000)
committerAmara Emerson <aemerson@apple.com>
Mon, 5 Aug 2019 23:05:28 +0000 (23:05 +0000)
commit099dbf6ec0bfad475c314521d3a5e67071a51418
tree11478b4f0d0e137523552c97d8d3b4fbd19db1e7
parent8be7a23b45ae9884b808e3dc6cea9fb88a4dc642
[GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHandler()

Previous name and comment incorrectly implied it was just for formal arg handlers,
which is not true.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367945 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GlobalISel/CallLowering.h
lib/CodeGen/GlobalISel/CallLowering.cpp
lib/Target/AArch64/AArch64CallLowering.cpp
lib/Target/AMDGPU/AMDGPUCallLowering.cpp
lib/Target/ARM/ARMCallLowering.cpp
lib/Target/X86/X86CallLowering.cpp