[CallSiteSplitting] Silence GCC's -Wparentheses. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317385 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Davide Italiano 2017-11-03 23:03:38 +00:00
parent be2858c001
commit 1024a3777d

View File

@ -126,8 +126,8 @@ static bool createCallSitesOnOrPredicatedArgument(
Instruction *&CallUntakenFromHeader =
IsCSInTakenPath ? NewCSTakenFromNextCond : NewCSTakenFromHeader;
assert(Pred == ICmpInst::ICMP_EQ ||
Pred == ICmpInst::ICMP_NE &&
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