diff options
author | Dan Gohman <gohman@apple.com> | 2008-12-03 01:39:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-12-03 01:39:44 +0000 |
commit | 0c8df671ace40e2997a465484ba21bd946b623ba (patch) | |
tree | 370aa83df87c1bf8f615cecac10d2fc2e3fe766e /llvm/lib | |
parent | 5d3d1f69e1fd1af2f704f6711b8398161c6eeb2e (diff) | |
download | bcm5719-llvm-0c8df671ace40e2997a465484ba21bd946b623ba.tar.gz bcm5719-llvm-0c8df671ace40e2997a465484ba21bd946b623ba.zip |
Fix this comment to reflect that it applies to types other
than just i32.
llvm-svn: 60455
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86CallingConv.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86CallingConv.td b/llvm/lib/Target/X86/X86CallingConv.td index 0bda72d9198..db92a0cdc02 100644 --- a/llvm/lib/Target/X86/X86CallingConv.td +++ b/llvm/lib/Target/X86/X86CallingConv.td @@ -323,7 +323,7 @@ def CC_X86_32_FastCall : CallingConv<[ def CC_X86_32_FastCC : CallingConv<[ // Handles byval parameters. Note that we can't rely on the delegation // to CC_X86_32_Common for this because that happens after code that - // handles i32 arguments. + // puts arguments in registers. CCIfByVal<CCPassByVal<4, 4>>, // Promote i8/i16 arguments to i32. |