Fix some comments.

llvm-svn: 28497
This commit is contained in:
Evan Cheng 2006-05-26 18:25:43 +00:00
parent 83dc51d7ff
commit 763f9b00f0
1 changed files with 2 additions and 2 deletions

View 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,