mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
If multiple predicates are listed, they must all pass
llvm-svn: 30476
This commit is contained in:
parent
d17ad3593b
commit
87d05ea43b
@ -2195,7 +2195,7 @@ public:
|
||||
assert(0 && "Unknown predicate type!");
|
||||
}
|
||||
if (!PredicateCheck.empty())
|
||||
PredicateCheck += " || ";
|
||||
PredicateCheck += " && ";
|
||||
PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user