Skip to content

Commit e1e2add

Browse files
committed
fixup! Remove unreachable return.
1 parent ace8f19 commit e1e2add

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm,
163163
bool MipsDAGToDAGISel::selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed,
164164
unsigned ImmBitSize) const {
165165
llvm_unreachable("Unimplemented function.");
166-
return false;
167166
}
168167

169168
bool MipsDAGToDAGISel::selectVSplatUimmPow2(SDValue N, SDValue &Imm) const {

0 commit comments

Comments
 (0)