mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 08:33:14 +01:00
Some more assert(false) -> llvm_unreachable.
This commit is contained in:
@@ -1123,7 +1123,7 @@ DValue* CallExp::toElem(IRState* p)
|
||||
// *q |= mask;
|
||||
op = llvm::Instruction::Or;
|
||||
} else {
|
||||
assert(false);
|
||||
llvm_unreachable("Unrecognized bitop intrinsic.");
|
||||
}
|
||||
|
||||
LLValue *newVal = p->ir->CreateBinOp(op, val, mask, "bitop.new_val");
|
||||
|
||||
Reference in New Issue
Block a user