If multiple predicates are listed, they must all pass

llvm-svn: 30476
This commit is contained in:
Chris Lattner 2006-09-19 00:41:36 +00:00
parent 5cc1e9b51d
commit bea5f91946
1 changed files with 1 additions and 1 deletions

View File

@ -2195,7 +2195,7 @@ public:
assert(0 && "Unknown predicate type!");
}
if (!PredicateCheck.empty())
PredicateCheck += " || ";
PredicateCheck += " && ";
PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
}
}