Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.217 -> 1.218 --- Log message: Fix some comments. --- Diffs of the changes: (+2 -2) X86ISelLowering.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.217 llvm/lib/Target/X86/X86ISelLowering.cpp:1.218 --- llvm/lib/Target/X86/X86ISelLowering.cpp:1.217 Fri May 26 13:22:49 2006 +++ llvm/lib/Target/X86/X86ISelLowering.cpp Fri May 26 13:25:43 2006 @@ -375,7 +375,7 @@ /// HowToPassCCCArgument - Returns how an formal argument of the specified type /// should be passed. If it is through stack, returns the size of the stack -/// frame; if it is through XMM register, returns the number of XMM registers +/// slot; if it is through XMM register, returns the number of XMM registers /// are needed. static void HowToPassCCCArgument(MVT::ValueType ObjectVT, unsigned NumXMMRegs, @@ -766,7 +766,7 @@ /// HowToPassFastCCArgument - Returns how an formal argument of the specified /// type should be passed. If it is through stack, returns the size of the stack -/// frame; if it is through integer or XMM register, returns the number of +/// slot; if it is through integer or XMM register, returns the number of /// integer or XMM registers are needed. static void HowToPassFastCCArgument(MVT::ValueType ObjectVT, _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits