forked from OSchip/llvm-project
[X86] Add a return to the end of a switch to prevent an accidental fallthrough in the future.
llvm-svn: 318330
This commit is contained in:
parent
b73593f2aa
commit
54b57b0dd8
|
@ -24900,6 +24900,7 @@ void X86TargetLowering::ReplaceNodeResults(SDNode *N,
|
|||
ToVecInt, DAG.getIntPtrConstant(i, dl)));
|
||||
|
||||
Results.push_back(DAG.getBuildVector(DstVT, dl, Elts));
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue