forked from OSchip/llvm-project
[MC] Cleanup noop default case spelling. NFC.
llvm-svn: 339906
This commit is contained in:
parent
ebf9607d7d
commit
eb189a0ef7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue