Skip to content

Commit 7cb51d9

Browse files
committed
Remove parenthesis
1 parent 499590e commit 7cb51d9

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
@@ -571,7 +571,7 @@ class DevelopmentModeEvictionAdvisorProvider final
571571
return nullptr;
572572
if (Log)
573573
Log->switchContext(MF.getName());
574-
assert((MBFI && Loops) &&
574+
assert(MBFI && Loops &&
575575
"Invalid provider state: must have analysis available");
576576
return std::make_unique<DevelopmentModeEvictAdvisor>(
577577
MF, RA, Runner.get(), *MBFI, *Loops, Log.get());

0 commit comments

Comments
 (0)