[llvm-commits] [llvm] r60455 - /llvm/trunk/lib/Target/X86/X86CallingConv.td

Dan Gohman gohman at apple.com
Tue Dec 2 17:39:44 PST 2008


Author: djg
Date: Tue Dec  2 19:39:44 2008
New Revision: 60455

URL: http://llvm.org/viewvc/llvm-project?rev=60455&view=rev
Log:
Fix this comment to reflect that it applies to types other
than just i32.

Modified:
    llvm/trunk/lib/Target/X86/X86CallingConv.td

Modified: llvm/trunk/lib/Target/X86/X86CallingConv.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86CallingConv.td?rev=60455&r1=60454&r2=60455&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/X86CallingConv.td (original)
+++ llvm/trunk/lib/Target/X86/X86CallingConv.td Tue Dec  2 19:39:44 2008
@@ -323,7 +323,7 @@
 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.





More information about the llvm-commits mailing list