Skip to content

Commit b3efac3

Browse files
Rephrase TODO -> FIXME
Co-authored-by: Aaron Ballman <[email protected]>
1 parent c019149 commit b3efac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/BackendUtil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ void EmitAssemblyHelper::EmitAssembly(BackendAction Action,
993993
if (LangOpts.SYCLIsDevice) {
994994
// Group local memory pass depends on inlining. Turn it on even in case if
995995
// all llvm passes or SYCL early optimizations are disabled.
996-
// TODO: Remove this workaround when dependency on inlining is eliminated.
996+
// FIXME: Remove this workaround when dependency on inlining is eliminated.
997997
if (CodeGenOpts.DisableLLVMPasses)
998998
PerModulePasses.add(createAlwaysInlinerLegacyPass(false));
999999
PerModulePasses.add(createSYCLLowerWGLocalMemoryLegacyPass());

0 commit comments

Comments
 (0)