aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-10-31 13:21:44 +0000
committerDuncan Sands <baldrick@free.fr>2010-10-31 13:21:44 +0000
commit4590766580ff94e3a7fa95cda7b602b23f14843e (patch)
tree33b238f91573743f957c37cd114a656c896c22a8 /lib/Target/X86/X86ISelLowering.h
parente26032d5b26e7b2a1158d6980b7e42390a1f34c5 (diff)
downloadexternal_llvm-4590766580ff94e3a7fa95cda7b602b23f14843e.zip
external_llvm-4590766580ff94e3a7fa95cda7b602b23f14843e.tar.gz
external_llvm-4590766580ff94e3a7fa95cda7b602b23f14843e.tar.bz2
Factorize the duplicated logic for choosing the right argument
calling convention out of the fast and normal ISel files, and into the calling convention TD file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 287853f..bc79719 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -717,7 +717,6 @@ namespace llvm {
SDValue Chain, bool IsTailCall, bool Is64Bit,
int FPDiff, DebugLoc dl) const;
- CCAssignFn *CCAssignFnForNode(CallingConv::ID CallConv) const;
unsigned GetAlignedArgumentStackSize(unsigned StackSize,
SelectionDAG &DAG) const;