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

Thanks to Rui for pointing out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Davide Italiano 2017-11-04 00:44:01 +00:00
parent 1024a3777d
commit f0732934fc

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.