1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[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 bd4ef775d0
commit 2a3496f9f6

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.