mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 08:07:51 +00:00
[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:
parent
be2858c001
commit
1024a3777d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user