1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Fix a typo

llvm-svn: 62989
This commit is contained in:
Nate Begeman 2009-01-26 03:15:54 +00:00
parent d2f708eca5
commit 48639fe6dc

View File

@ -573,9 +573,8 @@ LowerConstantPool(SDValue Op, SelectionDAG &DAG)
// CALL Calling Convention Implementation
//===----------------------------------------------------------------------===//
/// LowerCCCCallTo - functions arguments are copied from virtual
/// regs to (physical regs)/(stack frame), CALLSEQ_START and
/// CALLSEQ_END are emitted.
/// LowerCALL - functions arguments are copied from virtual regs to
/// (physical regs)/(stack frame), CALLSEQ_START and CALLSEQ_END are emitted.
/// TODO: isVarArg, isTailCall.
SDValue MipsTargetLowering::
LowerCALL(SDValue Op, SelectionDAG &DAG)