[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp
Evan Cheng
evan.cheng at apple.com
Fri May 26 11:25:55 PDT 2006
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,
More information about the llvm-commits
mailing list