Skip to content

Commit 08341fd

Browse files
Format check fix
1 parent 3774261 commit 08341fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/IR/OptBisect.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ static void printDisablePassMessage(const StringRef &Name, StringRef TargetDesc,
7979
<< TargetDesc << "\n";
8080
}
8181

82-
void OptDisable::setDisabled(StringRef Pass) {
83-
DisabledPasses.insert(Pass);
84-
}
82+
void OptDisable::setDisabled(StringRef Pass) { DisabledPasses.insert(Pass); }
8583

8684
bool OptDisable::shouldRunPass(StringRef PassName,
8785
StringRef IRDescription) const {

0 commit comments

Comments
 (0)