summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/InstPrinter
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2017-11-12 03:47:50 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2017-11-12 03:47:50 +0000
commitd104673257e547bd202d549073232ea0e11715c9 (patch)
tree5c97cd86d01562e97d52051caf3f9b42d31a7ddf /llvm/lib/Target/Mips/InstPrinter
parentd3e5781e53aaeded7d6ce85aa1118275fcf82bdc (diff)
downloadbcm5719-llvm-d104673257e547bd202d549073232ea0e11715c9.tar.gz
bcm5719-llvm-d104673257e547bd202d549073232ea0e11715c9.zip
[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
Diffstat (limited to 'llvm/lib/Target/Mips/InstPrinter')
-rw-r--r--llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
index 49c42fd1880..1d125d0dbae 100644
--- a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
+++ b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
@@ -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::
OpenPOWER on IntegriCloud