Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
slangbot committed Dec 10, 2024
1 parent e57ab0e commit 3753972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/slang/slang-ir-legalize-global-values.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void GlobalInstInliningContextGeneric::inlineGlobalValuesAndRemoveIfUnused(IRMod

// Since certain globals that appear in the IR are considered illegal for all targets,
// e.g. calls to functions, we delete globals which no longer have uses after inlining.
for (auto& globalInst: globalInstsToConsiderDeleting)
for (auto& globalInst : globalInstsToConsiderDeleting)
{
// TODO: Explain why tests/spirv/global-compute.slang fails if we don't exclude
// kIROp_SPIRVAsm
Expand Down

0 comments on commit 3753972

Please sign in to comment.