]> granicus.if.org Git - llvm/commitdiff
[CallSiteSplitting] clang-format my last commit. NFCI.
authorDavide Italiano <davide@freebsd.org>
Sat, 4 Nov 2017 00:44:01 +0000 (00:44 +0000)
committerDavide Italiano <davide@freebsd.org>
Sat, 4 Nov 2017 00:44:01 +0000 (00:44 +0000)
Thanks to Rui for pointing out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317393 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/CallSiteSplitting.cpp

index 5e6bfc73ca5db1c4a90df9f2ff53b3eddd023ad9..b70ed8d7d4cde0a038510e1b1e4f063eb869ffd7 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.