зеркало из https://github.com/microsoft/clang-1.git
Make sure value is initialized when built w/o asserts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
2c2d9dc382
Коммит
ab4eff620a
|
@ -854,6 +854,7 @@ Value *ScalarExprEmitter::EmitOverflowCheckedBinOp(const BinOpInfo &Ops) {
|
|||
break;
|
||||
default:
|
||||
assert(false && "Unsupported operation for overflow detection");
|
||||
IID = 0;
|
||||
}
|
||||
OpID <<= 1;
|
||||
OpID |= 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче