[PATCH] D16246: [X86]: Make param names in header and body match for isCalleePop
Kevin B. Smith via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 16:12:31 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257965: [X86]: Make param names in header and body match for isCalleePop. (authored by kbsmith1).
Changed prior to commit:
http://reviews.llvm.org/D16246?vs=45045&id=45049#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16246
Files:
llvm/trunk/lib/Target/X86/X86ISelLowering.h
Index: llvm/trunk/lib/Target/X86/X86ISelLowering.h
===================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.h
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.h
@@ -610,7 +610,7 @@
/// Determines whether the callee is required to pop its
/// own arguments. Callee pop is necessary to support tail calls.
bool isCalleePop(CallingConv::ID CallingConv,
- bool is64Bit, bool IsVarArg, bool TailCallOpt);
+ bool is64Bit, bool IsVarArg, bool GuaranteeTCO);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16246.45049.patch
Type: text/x-patch
Size: 569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160116/543db1f9/attachment.bin>
More information about the llvm-commits
mailing list