Thanks to Rui for pointing out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317393
91177308-0d34-0410-b5e6-
96231b3b80d8
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.