forked from OSchip/llvm-project
parent
d449e7c8c6
commit
942982278c
|
@ -791,7 +791,7 @@ static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
|
||||||
assert(0 && "No typed variable for !foreach");
|
assert(0 && "No typed variable for !foreach");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (MHSd && DagType || MHSl && ListType) {
|
if ((MHSd && DagType) || (MHSl && ListType)) {
|
||||||
if (MHSd) {
|
if (MHSd) {
|
||||||
Init *Val = MHSd->getOperator();
|
Init *Val = MHSd->getOperator();
|
||||||
Init *Result = EvaluateOperation(RHSo, LHS, Val,
|
Init *Result = EvaluateOperation(RHSo, LHS, Val,
|
||||||
|
|
Loading…
Reference in New Issue