summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-07-26 14:46:11 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-07-26 14:46:11 +0000
commit94ed30a40132764010bf721d9136bd0e15b06c23 (patch)
treec9b80f6417526bf23a5970ba171cf810877ef670 /llvm/lib/Target/Mips/Mips16InstrInfo.cpp
parent9d01ef97efcb46f273f1552a748bf0aa18311268 (diff)
downloadbcm5719-llvm-94ed30a40132764010bf721d9136bd0e15b06c23.tar.gz
bcm5719-llvm-94ed30a40132764010bf721d9136bd0e15b06c23.zip
[mips] Fix typos in spelling of lowerRETURNADDR.
The first letter was mistakenly capitalized. llvm-svn: 276753
Diffstat (limited to 'llvm/lib/Target/Mips/Mips16InstrInfo.cpp')
-rw-r--r--llvm/lib/Target/Mips/Mips16InstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/Mips16InstrInfo.cpp b/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
index daa1355ffef..98541ba35d0 100644
--- a/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
+++ b/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
@@ -172,7 +172,7 @@ static void addSaveRestoreRegs(MachineInstrBuilder &MIB,
for (unsigned i = 0, e = CSI.size(); i != e; ++i) {
// Add the callee-saved register as live-in. Do not add if the register is
// RA and return address is taken, because it has already been added in
- // method MipsTargetLowering::LowerRETURNADDR.
+ // method MipsTargetLowering::lowerRETURNADDR.
// It's killed at the spill, unless the register is RA and return address
// is taken.
unsigned Reg = CSI[e-i-1].getReg();
OpenPOWER on IntegriCloud