From: Nate Begeman Date: Mon, 26 Jan 2009 03:15:54 +0000 (+0000) Subject: Fix a typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5bf4b7556f025587a8d1a14bd0fb39c12fc9c170;p=oota-llvm.git Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62989 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsISelLowering.cpp b/lib/Target/Mips/MipsISelLowering.cpp index f2786dc1202..5af38bf4ab4 100644 --- a/lib/Target/Mips/MipsISelLowering.cpp +++ b/lib/Target/Mips/MipsISelLowering.cpp @@ -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)