From c7c05ae4be905f592947579f025aadc4f8b96c7b Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sat, 4 Nov 2017 00:44:01 +0000 Subject: [CallSiteSplitting] clang-format my last commit. NFCI. Thanks to Rui for pointing out. llvm-svn: 317393 --- llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp b/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp index 5e6bfc73ca5..b70ed8d7d4c 100644 --- a/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp +++ b/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp @@ -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. -- cgit v1.2.3