From 7fef59f7e5bdcdf5d1b8a08d0e574c2b7f43888a Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 13 Oct 2007 07:38:37 +0000 Subject: [PATCH] Clarify that fastcc has a problem with nested function trampolines, rather than with nested functions themselves. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42955 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86CallingConv.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86CallingConv.td b/lib/Target/X86/X86CallingConv.td index 525967ae933..5c8f75e495a 100644 --- a/lib/Target/X86/X86CallingConv.td +++ b/lib/Target/X86/X86CallingConv.td @@ -213,7 +213,7 @@ def CC_X86_32_TailCall : CallingConv<[ // Promote i8/i16 arguments to i32. CCIfType<[i8, i16], CCPromoteToType>, - // Nested functions are currently not supported by fastcc. + // Nested function trampolines are currently not supported by fastcc. // The first 3 integer arguments, if marked 'inreg' and if the call is not // a vararg call, are passed in integer registers. -- 2.34.1