Fix some comments.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 26 May 2006 18:25:43 +0000 (18:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 26 May 2006 18:25:43 +0000 (18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28497 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index c64c2f2e9abf01c3546063ba28e096137f118683..1f58fdb760a48bdf292d58e901596a087fef8ba3 100644 (file)
@@ -375,7 +375,7 @@ static unsigned AddLiveIn(MachineFunction &MF, unsigned PReg,
 
 /// 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 @@ static unsigned FASTCC_NUM_INT_ARGS_INREGS = 0;
 
 /// 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,