Fix warning.

llvm-svn: 71834
This commit is contained in:
Nick Lewycky 2009-05-15 03:07:14 +00:00
parent d449e7c8c6
commit 942982278c
1 changed files with 1 additions and 1 deletions

View File

@ -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,