mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-02 15:45:44 +00:00
[CallSiteSplitting] clang-format my last commit. NFCI.
Thanks to Rui for pointing out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1024a3777d
commit
f0732934fc
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user