[CallSiteSplitting] clang-format my last commit. NFCI.

Thanks to Rui for pointing out.

llvm-svn: 317393
This commit is contained in:
Davide Italiano 2017-11-04 00:44:01 +00:00
parent 48882249dd
commit c7c05ae4be
1 changed files with 2 additions and 3 deletions

View File

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