diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-06-16 18:50:49 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-06-16 18:50:49 +0000 |
commit | a8fd40b50aac4582d6e8fe73a92a66eda961bdef (patch) | |
tree | c61104497101eac485582cd202f6fd6e448df66e /llvm/lib/Target/ARM/ARMISelLowering.h | |
parent | 5d28cb204f9f61e343fa63d7eb5f503786e56672 (diff) | |
download | bcm5719-llvm-a8fd40b50aac4582d6e8fe73a92a66eda961bdef.tar.gz bcm5719-llvm-a8fd40b50aac4582d6e8fe73a92a66eda961bdef.zip |
Address review comments: add 3 ARM calling conventions.
Dispatch C calling conv. to one of these conventions based on
target triple and subtarget features.
llvm-svn: 73530
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index 2dab2dbba66..8f53e396eaa 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -151,6 +151,7 @@ namespace llvm { /// unsigned ARMPCLabelIndex; + CCAssignFn *CCAssignFnForNode(unsigned CC, bool Return) const; SDValue LowerMemOpCallTo(CallSDNode *TheCall, SelectionDAG &DAG, const SDValue &StackPtr, const CCValAssign &VA, SDValue Chain, SDValue Arg, ISD::ArgFlagsTy Flags); |