Skip to content

Commit e3f096e

Browse files
committed
Remove parenthesis
1 parent 7ef1c18 commit e3f096e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ class DevelopmentModeEvictionAdvisorProvider final
588588
return nullptr;
589589
if (Log)
590590
Log->switchContext(MF.getName());
591-
assert((MBFI && Loops) &&
591+
assert(MBFI && Loops &&
592592
"Invalid provider state: must have analysis available");
593593
return std::make_unique<DevelopmentModeEvictAdvisor>(
594594
MF, RA, Runner.get(), *MBFI, *Loops, Log.get());

0 commit comments

Comments
 (0)