Skip to content

Commit 0aa03c7

Browse files
author
kevyuu
committed
Remove comment
1 parent 6fea3e5 commit 0aa03c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nbl/asset/utils/ISPIRVEntryPointTrimmer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ static constexpr spv_target_env SPIRV_VERSION = spv_target_env::SPV_ENV_UNIVERSA
1212

1313
ISPIRVEntryPointTrimmer::ISPIRVEntryPointTrimmer()
1414
{
15-
// Multiple dead branch and dead function elimination because the first entry point removal might result to dead branch. Then the dead branch might result to dead function. Then, the dead function might result to dead branch and so on.
1615
constexpr auto optimizationPasses = std::array{
1716
ISPIRVOptimizer::EOP_DEAD_BRANCH_ELIM,
1817
ISPIRVOptimizer::EOP_ELIM_DEAD_FUNCTIONS,

0 commit comments

Comments
 (0)