Skip to content

Commit 59a0610

Browse files
committed
add missing return
1 parent 2996c6e commit 59a0610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,6 @@ bool CombinerHelper::matchRedundantSextInReg(MachineInstr &Root,
410410
B.buildSExtInReg(Dst, Src, RootWidth);
411411
};
412412
}
413+
414+
return true;
413415
}

0 commit comments

Comments
 (0)