diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-02-02 21:29:10 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-02-02 21:29:10 +0000 |
commit | c1b0116ff1d4abb9e60e2120d56eb6d3d7c58522 (patch) | |
tree | 763d9cf7bdaa500ac50f1be85bf970dc88c1f6bf /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | |
parent | 416b9237864883f33da3a4044db4c924a7294824 (diff) | |
download | bcm5719-llvm-c1b0116ff1d4abb9e60e2120d56eb6d3d7c58522.tar.gz bcm5719-llvm-c1b0116ff1d4abb9e60e2120d56eb6d3d7c58522.zip |
Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall eligibility.
llvm-svn: 95130
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index f7405a52deb..8146666974b 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -249,6 +249,7 @@ SystemZTargetLowering::LowerFormalArguments(SDValue Chain, SDValue SystemZTargetLowering::LowerCall(SDValue Chain, SDValue Callee, + const Type *RetTy, CallingConv::ID CallConv, bool isVarArg, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, |