Skip to content

Commit 408abb2

Browse files
committed
Fix formatting
1 parent 81df228 commit 408abb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/GlobalMerge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ bool GlobalMergeImpl::run(Module &M) {
714714
// Ignore all "required" globals:
715715
if (isMustKeepGlobalVariable(&GV))
716716
continue;
717-
auto checkUsers = [] (const GlobalVariable *GV) {
717+
auto checkUsers = [](const GlobalVariable *GV) {
718718
for (const User *CurrentUser : GV->users()) {
719719
auto *I = dyn_cast<Instruction>(CurrentUser);
720720
if (!I)

0 commit comments

Comments
 (0)