summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-10-13 07:38:37 +0000
committerDuncan Sands <baldrick@free.fr>2007-10-13 07:38:37 +0000
commit29af26f1472e7c371b3e5ed1f2dc03d903cfc82c (patch)
tree5666705dd3524752bee6cd18fcbb26266277e8a2 /llvm/lib/Target
parentf47e30627a4bbe6c3615fde31fd4a6d88a568678 (diff)
downloadbcm5719-llvm-29af26f1472e7c371b3e5ed1f2dc03d903cfc82c.tar.gz
bcm5719-llvm-29af26f1472e7c371b3e5ed1f2dc03d903cfc82c.zip
Clarify that fastcc has a problem with nested function
trampolines, rather than with nested functions themselves. llvm-svn: 42955
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86CallingConv.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86CallingConv.td b/llvm/lib/Target/X86/X86CallingConv.td
index 525967ae933..5c8f75e495a 100644
--- a/llvm/lib/Target/X86/X86CallingConv.td
+++ b/llvm/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<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.
OpenPOWER on IntegriCloud