mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Be tidy and use a break to exit from a switch block rather than
just falling through the end. llvm-svn: 79383
This commit is contained in:
parent
2f3cfb4d35
commit
1526c115c0
@ -905,6 +905,7 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
|
||||
// to the appropriate width.
|
||||
if (!Ops[2].getValueType().isVector())
|
||||
Ops[2] = LegalizeOp(DAG.getShiftAmountOperand(Ops[2]));
|
||||
break;
|
||||
}
|
||||
|
||||
Result = DAG.UpdateNodeOperands(Result.getValue(0), Ops.data(),
|
||||
|
Loading…
Reference in New Issue
Block a user