1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[llvm] Remove redundant return [NFC]

Reviewers: davidxl, olista01, Eugene.Zelenko

Reviewed By: Eugene.Zelenko

Subscribers: sdardis, javed.absar, llvm-commits

Differential Revision: https://reviews.llvm.org/D39917

llvm-svn: 317995
This commit is contained in:
Mandeep Singh Grang 2017-11-12 03:47:50 +00:00
parent 6dbd706f89
commit 32947f7b72
3 changed files with 0 additions and 3 deletions

View File

@ -645,7 +645,6 @@ void Instruction::copyMetadata(const Instruction &SrcInst,
}
if (WL.empty() || WLS.count(LLVMContext::MD_dbg))
setDebugLoc(SrcInst.getDebugLoc());
return;
}
Instruction *Instruction::clone() const {

View File

@ -5905,7 +5905,6 @@ void ARMAsmParser::fixupGNULDRDAlias(StringRef Mnemonic,
Operands.insert(
Operands.begin() + 3,
ARMOperand::CreateReg(PairedReg, Op2.getStartLoc(), Op2.getEndLoc()));
return;
}
/// Parse an arm instruction mnemonic followed by its operands.

View File

@ -188,7 +188,6 @@ printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O) {
printOperand(MI, opNum, O);
O << ", ";
printOperand(MI, opNum+1, O);
return;
}
void MipsInstPrinter::