forked from OSchip/llvm-project
Remove superfluous break from switch statement. NFCI.
Reported in https://www.viva64.com/en/b/0629/ llvm-svn: 359467
This commit is contained in:
parent
1f10f6ea51
commit
864cf8e274
|
@ -650,7 +650,6 @@ static void printMCExpr(const MCExpr *E, raw_ostream &OS) {
|
|||
|
||||
void SystemZOperand::print(raw_ostream &OS) const {
|
||||
switch (Kind) {
|
||||
break;
|
||||
case KindToken:
|
||||
OS << "Token:" << getToken();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue