diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-02-02 23:55:14 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-02-02 23:55:14 +0000 |
| commit | ff116f99c64e1ca085c9d1387f7bd6eb8e4dbd67 (patch) | |
| tree | c42c3fef57b08b67e73642b99352a5b0c4a773ed /lib/Target/ARM/ARMISelLowering.cpp | |
| parent | 8f5ff0121dffd127a6d07c2decb15d5e6bab367f (diff) | |
| download | external_llvm-ff116f99c64e1ca085c9d1387f7bd6eb8e4dbd67.zip external_llvm-ff116f99c64e1ca085c9d1387f7bd6eb8e4dbd67.tar.gz external_llvm-ff116f99c64e1ca085c9d1387f7bd6eb8e4dbd67.tar.bz2 | |
Revert 95130.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
| -rw-r--r-- | lib/Target/ARM/ARMISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 0c8e58a..3e42be3 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -895,7 +895,7 @@ void ARMTargetLowering::PassF64ArgInRegs(DebugLoc dl, SelectionDAG &DAG, /// ARMISD:CALL <- callseq_end chain. Also add input and output parameter /// nodes. SDValue -ARMTargetLowering::LowerCall(SDValue Chain, SDValue Callee, const Type *RetTy, +ARMTargetLowering::LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, |
