aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-05 19:04:42 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-05 19:04:42 +0000
commit567d14f07cd62bfb9dd0edd90144a0a840450f7a (patch)
tree77a15f2bdf6d6dadb6c39916191385dfd0038118 /lib/Target/ARM/ARMISelLowering.h
parentab90b28adcd802c4d4eaa29d49549a371b93b355 (diff)
downloadexternal_llvm-567d14f07cd62bfb9dd0edd90144a0a840450f7a.zip
external_llvm-567d14f07cd62bfb9dd0edd90144a0a840450f7a.tar.gz
external_llvm-567d14f07cd62bfb9dd0edd90144a0a840450f7a.tar.bz2
Missed pieces for ARM HardFP ABI.
Patch by Sandeep Patel! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 4e05d45..9393baf 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -235,7 +235,7 @@ namespace llvm {
SDValue GetF64FormalArgument(CCValAssign &VA, CCValAssign &NextVA,
SDValue &Root, SelectionDAG &DAG, DebugLoc dl);
- CCAssignFn *CCAssignFnForNode(unsigned CC, bool Return) const;
+ CCAssignFn *CCAssignFnForNode(unsigned CC, bool Return, bool isVarArg) const;
SDValue LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg,
DebugLoc dl, SelectionDAG &DAG,
const CCValAssign &VA,