aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-02-02 23:55:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-02-02 23:55:14 +0000
commit022d9e1cef7586a80a96446ae8691a37def9bbf4 (patch)
treec42c3fef57b08b67e73642b99352a5b0c4a773ed /lib/Target/X86/X86ISelLowering.h
parent9d73d78f4542e7f19eca79f713b13ef57a92a6a4 (diff)
downloadexternal_llvm-022d9e1cef7586a80a96446ae8691a37def9bbf4.zip
external_llvm-022d9e1cef7586a80a96446ae8691a37def9bbf4.tar.gz
external_llvm-022d9e1cef7586a80a96446ae8691a37def9bbf4.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/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 0b906e6..193ef05 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -627,7 +627,7 @@ namespace llvm {
/// IsEligibleForTailCallOptimization - Check whether the call is eligible
/// for tail call optimization. Targets which want to do tail call
/// optimization should implement this function.
- bool IsEligibleForTailCallOptimization(SDValue Callee, const Type *RetTy,
+ bool IsEligibleForTailCallOptimization(SDValue Callee,
CallingConv::ID CalleeCC,
bool isVarArg,
const SmallVectorImpl<ISD::OutputArg> &Outs,
@@ -707,7 +707,7 @@ namespace llvm {
DebugLoc dl, SelectionDAG &DAG,
SmallVectorImpl<SDValue> &InVals);
virtual SDValue
- LowerCall(SDValue Chain, SDValue Callee, const Type *RetTy,
+ LowerCall(SDValue Chain, SDValue Callee,
CallingConv::ID CallConv, bool isVarArg, bool &isTailCall,
const SmallVectorImpl<ISD::OutputArg> &Outs,
const SmallVectorImpl<ISD::InputArg> &Ins,