Clarify that fastcc has a problem with nested function
authorDuncan Sands <baldrick@free.fr>
Sat, 13 Oct 2007 07:38:37 +0000 (07:38 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 13 Oct 2007 07:38:37 +0000 (07:38 +0000)
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

index 525967ae933d663875ccff050d6e7fc649b6ad33..5c8f75e495acf6e43fdc8f9fdcc843bcac899347 100644 (file)
@@ -213,7 +213,7 @@ def CC_X86_32_TailCall : CallingConv<[
   // Promote i8/i16 arguments to i32.
   CCIfType<[i8, i16], CCPromoteToType<i32>>,
 
-  // 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.