mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix warning.
llvm-svn: 71834
This commit is contained in:
parent
d4466ebdda
commit
f8939f63a1
@ -791,7 +791,7 @@ static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
|
||||
assert(0 && "No typed variable for !foreach");
|
||||
}
|
||||
|
||||
if (MHSd && DagType || MHSl && ListType) {
|
||||
if ((MHSd && DagType) || (MHSl && ListType)) {
|
||||
if (MHSd) {
|
||||
Init *Val = MHSd->getOperator();
|
||||
Init *Result = EvaluateOperation(RHSo, LHS, Val,
|
||||
|
Loading…
Reference in New Issue
Block a user