[llvm-commits] CVS: llvm/lib/Target/X86/X86CallingConv.td

Chris Lattner clattner at apple.com
Fri Mar 30 19:58:47 PDT 2007


On Mar 30, 2007, at 6:04 PM, Bill Wendling wrote:

>
> +  // The first 8 MMX vector arguments are passed in MMX registers.
> +  CCIfType<[v8i8, v4i16, v2i32, v1i64],
> +              CCAssignToReg<[RDI, RSI, RDX, RCX, R8 , R9 ]>>,
> +

Please update the comment to match the code.

-Chris



More information about the llvm-commits mailing list