Skip to content

Commit 1d58659

Browse files
authored
Fix formatting.
1 parent 9a30876 commit 1d58659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CodeGen/BackendUtil.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ void EmitAssemblyHelper::CreatePasses(legacy::PassManager &MPM,
867867
if (LangOpts.EnableDAEInSpirKernels)
868868
MPM.add(createDeadArgEliminationSYCLPass());
869869

870-
// Allocate static local memory in SYCL kernel scope for each allocation call.
870+
// Allocate static local memory in SYCL kernel scope for each allocation
871+
// call.
871872
MPM.add(createSYCLLowerWGLocalMemoryLegacyPass());
872873
}
873874
}

0 commit comments

Comments
 (0)