summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64
diff options
context:
space:
mode:
authorAmara Emerson <aemerson@apple.com>2019-08-05 23:05:28 +0000
committerAmara Emerson <aemerson@apple.com>2019-08-05 23:05:28 +0000
commitbc1172df149ade75cfcebdeec1deea4e386b8d24 (patch)
treedf285f9e5faf37f19af1c9322551c2332f1a8da8 /llvm/lib/Target/AArch64
parent16477588824f5347b18cb4778a16472a8317355b (diff)
downloadbcm5719-llvm-bc1172df149ade75cfcebdeec1deea4e386b8d24.tar.gz
bcm5719-llvm-bc1172df149ade75cfcebdeec1deea4e386b8d24.zip
[GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHandler()
Previous name and comment incorrectly implied it was just for formal arg handlers, which is not true. llvm-svn: 367945
Diffstat (limited to 'llvm/lib/Target/AArch64')
-rw-r--r--llvm/lib/Target/AArch64/AArch64CallLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64CallLowering.cpp b/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
index c7434e5a2e4..31b5e8a1d23 100644
--- a/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
@@ -99,7 +99,7 @@ struct IncomingArgHandler : public CallLowering::ValueHandler {
/// (it's an implicit-def of the BL).
virtual void markPhysRegUsed(unsigned PhysReg) = 0;
- bool isArgumentHandler() const override { return true; }
+ bool isIncomingArgumentHandler() const override { return true; }
uint64_t StackUsed;
};
OpenPOWER on IntegriCloud