diff options
author | Nate Begeman <natebegeman@mac.com> | 2009-01-26 03:15:54 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2009-01-26 03:15:54 +0000 |
commit | 5bf4b7556f025587a8d1a14bd0fb39c12fc9c170 (patch) | |
tree | a3174d238f5c8ebc6e5c208a2b8b5ffa35625161 | |
parent | c2fd67f6977d181856e0abd277f78b93593e2e37 (diff) |
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62989 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.cpp b/lib/Target/Mips/MipsISelLowering.cpp index f2786dc120..5af38bf4ab 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) |