mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Fix comments.
llvm-svn: 33831
This commit is contained in:
parent
9e6e928a9e
commit
ece3d334c2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user