OSDN Git Service

[CallSiteSplitting] clang-format my last commit. NFCI.
[android-x86/external-llvm.git] / lib / Transforms / Scalar / CallSiteSplitting.cpp
index 5e6bfc7..b70ed8d 100644 (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.