forked from OSchip/llvm-project
If multiple predicates are listed, they must all pass
llvm-svn: 30476
This commit is contained in:
parent
5cc1e9b51d
commit
bea5f91946
|
@ -2195,7 +2195,7 @@ public:
|
||||||
assert(0 && "Unknown predicate type!");
|
assert(0 && "Unknown predicate type!");
|
||||||
}
|
}
|
||||||
if (!PredicateCheck.empty())
|
if (!PredicateCheck.empty())
|
||||||
PredicateCheck += " || ";
|
PredicateCheck += " && ";
|
||||||
PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
|
PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue