forked from OSchip/llvm-project
[CallSiteSplitting] clang-format my last commit. NFCI.
Thanks to Rui for pointing out. llvm-svn: 317393
This commit is contained in:
parent
48882249dd
commit
c7c05ae4be
|
@ -126,9 +126,8 @@ static bool createCallSitesOnOrPredicatedArgument(
|
|||
Instruction *&CallUntakenFromHeader =
|
||||
IsCSInTakenPath ? NewCSTakenFromNextCond : NewCSTakenFromHeader;
|
||||
|
||||
assert((Pred == ICmpInst::ICMP_EQ ||
|
||||
Pred == ICmpInst::ICMP_NE) &&
|
||||
"Unexpected predicate in an OR condition");
|
||||
assert((Pred == ICmpInst::ICMP_EQ || Pred == ICmpInst::ICMP_NE) &&
|
||||
"Unexpected predicate in an OR condition");
|
||||
|
||||
// Set the constant value for agruments in the call predicated based on
|
||||
// the OR condition.
|
||||
|
|
Loading…
Reference in New Issue