[MC] Cleanup noop default case spelling. NFC.

llvm-svn: 339906
This commit is contained in:
Nirav Dave 2018-08-16 17:22:31 +00:00
parent ebf9607d7d
commit eb189a0ef7
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
case MCBinaryExpr::NE:
Res = MCValue::get((R->isEqualTo(R)) ? 0 : -1);
return true;
default: {}
default: break;
}
}
return false;