Fix comments.

llvm-svn: 33831
This commit is contained in:
Evan Cheng 2007-02-03 08:53:01 +00:00
parent 68b0ec54c2
commit 4b6c8f7f5e
1 changed files with 3 additions and 3 deletions

View File

@ -364,9 +364,9 @@ HowToPassArgument(MVT::ValueType ObjectVT,
}
}
// This transforms a ISD::CALL node into a
// callseq_star <- ARMISD:CALL <- callseq_end
// chain
/// LowerCALL - Lowering a ISD::CALL node into a callseq_start <-
/// ARMISD:CALL <- callseq_end chain. Also add input and output parameter
/// nodes.
SDOperand ARMTargetLowering::LowerCALL(SDOperand Op, SelectionDAG &DAG) {
MVT::ValueType RetVT= Op.Val->getValueType(0);
SDOperand Chain = Op.getOperand(0);