summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2009-01-26 03:15:54 +0000
committerNate Begeman <natebegeman@mac.com>2009-01-26 03:15:54 +0000
commit624801e87e06c9f4436a2c3ad41289d5d3a82505 (patch)
treed5e87f6a46ef6d9a9db8ec1b075e9d5aa926be8e /llvm/lib
parenta2550a8e96bdebaa491de9716aaaae07b6897b68 (diff)
downloadbcm5719-llvm-624801e87e06c9f4436a2c3ad41289d5d3a82505.tar.gz
bcm5719-llvm-624801e87e06c9f4436a2c3ad41289d5d3a82505.zip
Fix a typo
llvm-svn: 62989
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/MipsISelLowering.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp
index f2786dc1202..5af38bf4ab4 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.cpp
+++ b/llvm/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)
OpenPOWER on IntegriCloud