diff options
| author | Kevin B. Smith <kevin.b.smith@intel.com> | 2016-01-16 00:08:36 +0000 |
|---|---|---|
| committer | Kevin B. Smith <kevin.b.smith@intel.com> | 2016-01-16 00:08:36 +0000 |
| commit | c831a08fbf3eedd199ab9874bd4b24aedf458131 (patch) | |
| tree | d60a0a205880d110a9ab654468cf0384129b2ce6 /llvm/lib/Target | |
| parent | a014ffef87a537524811b041ea6b88bec14eee50 (diff) | |
| download | bcm5719-llvm-c831a08fbf3eedd199ab9874bd4b24aedf458131.tar.gz bcm5719-llvm-c831a08fbf3eedd199ab9874bd4b24aedf458131.zip | |
[X86]: Make param names in header and body match for isCalleePop.
Differential Revision: http://reviews.llvm.org/D16246
llvm-svn: 257965
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index 0ab786e08e0..f14073bc716 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -610,7 +610,7 @@ namespace llvm { /// 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); } |

