Skip to content

Commit e1d8eda

Browse files
committed
Remove parenthesis
1 parent e6d7040 commit e1d8eda

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
@@ -565,7 +565,7 @@ class DevelopmentModeEvictionAdvisorProvider final
565565
return nullptr;
566566
if (Log)
567567
Log->switchContext(MF.getName());
568-
assert((MBFI && Loops) &&
568+
assert(MBFI && Loops &&
569569
"Invalid provider state: must have analysis available");
570570
return std::make_unique<DevelopmentModeEvictAdvisor>(
571571
MF, RA, Runner.get(), *MBFI, *Loops, Log.get());

0 commit comments

Comments
 (0)