summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-10-30 19:23:25 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-10-30 19:23:25 +0000
commit6233cf565f85d0f156d68b5774baf7ca43b8623c (patch)
tree459fb3b3f219e06190c2b2bf305eb9475a719d30 /llvm/lib/Target/Mips/MipsISelLowering.h
parent9e1274fb4825e3e68f4bff2d32ab742932caa9f0 (diff)
downloadbcm5719-llvm-6233cf565f85d0f156d68b5774baf7ca43b8623c.tar.gz
bcm5719-llvm-6233cf565f85d0f156d68b5774baf7ca43b8623c.zip
Add definition of function MipsTargetLowering::passArgOnStack which emits nodes
for passing a function call argument on a stack. llvm-svn: 167041
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--llvm/lib/Target/Mips/MipsISelLowering.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h
index 9e8c659829f..4f1ce0cd1c6 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.h
+++ b/llvm/lib/Target/Mips/MipsISelLowering.h
@@ -309,6 +309,10 @@ namespace llvm {
DebugLoc dl, SelectionDAG &DAG,
SmallVectorImpl<SDValue> &InVals) const;
+ SDValue passArgOnStack(SDValue StackPtr, unsigned Offset, SDValue Chain,
+ SDValue Arg, DebugLoc DL, bool IsTailCall,
+ SelectionDAG &DAG) const;
+
virtual SDValue
LowerCall(TargetLowering::CallLoweringInfo &CLI,
SmallVectorImpl<SDValue> &InVals) const;
OpenPOWER on IntegriCloud